threshold-OPAQUE
threshold-OPAQUE copied to clipboard
OPAQUE asymmetric PAKE, and its threshold implementation
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand_core's changelog. [0.6.3] - 2019-01-04 Fixes Make the std feature require the optional rand_os dependency (#675) Re-export...
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.4] - 2021-06-15 Additions Use const-generics to support arrays of all sizes (#1104) Implement Clone...
Updates the requirements on [snow](https://github.com/mcginty/snow) to permit the latest version. Release notes Sourced from snow's releases. v0.8.0 This change increases the minor version to avoid issues from updating underlying dependencies....
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. Commits 06586d8 sha-1 v0.9.6 (#271) ca27667 sha1+sha2: use cpufeatures v0.1.1 crate release (#269) 12493fc sha1: use cpufeatures to detect SHA-1...
Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. Changelog Sourced from curve25519-dalek's changelog. 3.1.0 Add support for the Elligator2 encoding for Edwards points. Add two optional formally-verified field...
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Changelog Sourced from base64's changelog. 0.13.0 Config methods are const Added EncoderStringWriter to allow encoding directly to a String EncoderWriter...
Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array) to permit the latest version. Changelog Sourced from generic-array's changelog. 0.14.4 Update typenum to 1.12.0 Make Drop a no-op when the inner type does not...
Updates the requirements on [digest](https://github.com/RustCrypto/traits) to permit the latest version. Commits d22dc3e digest v0.9.0 (#186) b6c5fad digest: document three levels of organization (#185) 63816fc digest: factor out fixed, variable, and...