mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Refactoring to allow for a more flexible API.
This commit is contained in:
3
docs/search-index.js
Normal file
3
docs/search-index.js
Normal file
@ -0,0 +1,3 @@
|
||||
var searchIndex = {};
|
||||
searchIndex["rusty_secrets"] = {"doc":"`RustySecrets` implements Shamir Secret Sharing in Rust. It provides the possibility to sign shares.","items":[[5,"generate_shares","rusty_secrets","Performs threshold k-out-of-n Shamir secret sharing.",null,null],[5,"recover_secret","","Recovers the secret from a k-out-of-n Shamir secret sharing.",null,{"inputs":[{"name":"vec"},{"name":"bool"}],"output":{"name":"result"}}]],"paths":[]};
|
||||
initSearch(searchIndex);
|
Reference in New Issue
Block a user