nimue icon indicating copy to clipboard operation
nimue copied to clipboard

Results 11 nimue issues
Sort by recently updated
recently updated
newest added

Sometimes the test fails if bls12-381 is not available as a crate. This patch makes sure that the feature flag is enabled before activating the tests.

Currently nimue won't fail if the IO Pattern declares absorbing an EC point, and later a scalar is absorbed (if they have the same size). This is for instance the...

remove `frequencies[0]`, increase the sample size to 2048 https://github.com/arkworks-rs/nimue/blob/923e0fde49610dfff76c23ad0ca811442ae21e98/src/tests.rs#L106C3-L113C2