We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240b6b1 commit 597f35cCopy full SHA for 597f35c
1 file changed
CHANGELOG.md
@@ -29,8 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
`DivRemLimb`/`RemLimb` ([#496]), `InvMod` ([#505], [#741]), `SquareRoot` ([#508]),
30
`BitOperations` ([#507]), `ShrVartime`/`ShlVartime` ([#509]), `RandomBits` ([#510]),
31
`RemMixed` ([#746])
32
-- `num-traits` impls: `Wrapping*` ([#425]), `Zero`/`One` ([#433]), `Num` ([#720]),
33
- `ConstZero` ([#573])
+- `num-traits` impls: `Wrapping*` ([#425]), `Zero`/`One` ([#433]), `ConstZero` ([#573]),
+ `Num` ([#720])
34
- safegcd (Bernstein-Yang) GCD + inv mod algorithm ([#372], [#493], [#632], [#635], [#655])
35
- Constant-time square root and division ([#376])
36
- Implement `Zeroize` for `NonZero` wrapper ([#406])
0 commit comments