serai/crypto/ff-group-tests
Luke Parker ed056cceaf
3.5.2 Test non-canonical from_repr
Unfortunately, G::from_bytes doesn't require canonicity so that still can't
be properly tested for. While we could try to detect SEC1, and write tests
on that, there's not a suitably stable/wide enough solution to be worth it.
2023-03-07 04:05:56 -05:00
..
src 3.5.2 Test non-canonical from_repr 2023-03-07 04:05:56 -05:00
Cargo.toml 3.5.2 Add more tests to ff-group-tests 2023-02-24 06:03:56 -05:00
LICENSE Add a dedicated crate for testing ff/group implementors 2022-12-24 15:09:09 -05:00
README.md Add a dedicated crate for testing ff/group implementors 2022-12-24 15:09:09 -05:00

FF/Group Tests

A series of sanity checks for implementors of the ff/group APIs. Implementors are assumed to be of a non-trivial size. These tests do not attempt to check if constant time implementations are used.