This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
vault
Watch
1
Star
0
Fork
0
You've already forked vault
mirror of
https://github.com/hashicorp/vault.git
synced
2025-09-13 18:01:07 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
vault
/
shamir
History
Jeff Mitchell
d5c05842d6
Don't exclude 0 from the set of valid polynomials in Shamir. This leads to a potential (although extremely trivial) amount of information leakage.
2016-11-17 12:57:36 -05:00
..
shamir_test.go
Don't allow duplicate x parts in Shamir. Add unit test for verification.
2015-08-26 10:03:44 -07:00
shamir.go
Don't exclude 0 from the set of valid polynomials in Shamir. This leads to a potential (although extremely trivial) amount of information leakage.
2016-11-17 12:57:36 -05:00
tables_test.go
shamir: First pass at Shamir secret sharing
2015-03-11 11:18:51 -07:00
tables.go
shamir: First pass at Shamir secret sharing
2015-03-11 11:18:51 -07:00