curve25519-dalek-source/tests
Michael Rosenberg 9b166b75e0
Update to new Scalar API (#293)
* Updated to new curve25519 scalar API

* Made ExpandedSecretKey.scalar_bytes unclamped; clamping occurs in all scalar-point multiplication

* Added legacy compat deprecation notice

* Removed deprecation notice on check_scalar

* Removed unnecessary unwraps
2023-06-12 00:06:00 -04:00
..
examples PKCS#8 support (#224) 2022-12-13 18:19:31 -05:00
ed25519.rs Improve diagnostics when key being deserializing is too long (#294) 2023-03-26 04:11:23 -04:00
pkcs8.rs Rename Keypair => SigningKey; PublicKey => VerifyingKey (#242) 2022-12-18 01:24:58 -05:00
validation_criteria.rs Remove two unnecessary into_iter (#290) 2023-03-18 09:22:15 -06:00
x25519.rs Update to new Scalar API (#293) 2023-06-12 00:06:00 -04:00