RubyGems Navigation menu

tss 0.1.0

Threshold Secret Sharing (TSS) provides a way to generate N shares from a value, so that any M of those shares can be used to reconstruct the original value, but any M-1 shares provide no information about that value. This method can provide shared access control on key material and other secrets that must be strongly protected. This gem implements a Threshold Secret Sharing method based on polynomial interpolation in GF(256) and a format for the storage and transmission of shares. This implementation follows the specification in the document: http://tools.ietf.org/html/draft-mcgrew-tss-03

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.5.0 - January 29, 2017 (80.0 KB)
  2. 0.4.2 - October 13, 2016 (79.5 KB)
  3. 0.4.1 - September 29, 2016 (79.0 KB)
  4. 0.4.0 - September 25, 2016 (79.5 KB)
  5. 0.3.0 - September 24, 2016 (79.5 KB)
  6. 0.1.0 - April 12, 2016 (70.0 KB)
显示所有版本 (共 8 个)

Runtime 依赖 (3):

binary_struct ~> 2.1
dry-types ~> 0.7
thor ~> 0.19

Development 依赖 (5):

bundler ~> 1.11
coveralls >= 0
minitest ~> 5.0
pry ~> 0.10
rake ~> 11.1

业主:

作者:

  • Glenn Rempe

SHA 256 校验和:

7f9000e67480ecb97efd0941fe45af85e8ad586a05007c35cb604a267c5b3ff5

下载总量 17,405

这个版本 1,792

许可:

MIT

需要的 Ruby 版本: >= 0

链接: