reddsa/tests
Jack Grigg 878dd1351b Introduce SpendAuth: SigType and Binding: SigType traits
The prior `SpendAuth` and `Binding` enums have been renamed to
`sapling::{SpendAuth, Binding}`. These might subsequently be removed
from the crate entirely (moving into a wrapping `redjubjub` crate).

The code assumes that scalar and point representations are [u8; 32],
which will be the case for all curves we instantiate RedDSA with for
Zcash.
2021-11-18 21:15:03 +00:00
..
batch.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00
bincode.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00
frost.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00
librustzcash_vectors.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00
proptests.proptest-regressions Split out parsing & validation of test VerificationKey from checking of signature 2021-06-01 06:45:52 -04:00
proptests.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00
smallorder.rs Introduce SpendAuth: SigType and Binding: SigType traits 2021-11-18 21:15:03 +00:00