Skip to content

Commit 240b6b1

Browse files
committed
More concise num-traits documentation
1 parent 4e14435 commit 240b6b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- New `Uint` functionality:
1111
- New methods: `bitand_limb` ([#322]), `gcd` ([#472]), `from_str_radix_vartime` ([#603]),
1212
`to_string_radix_vartime` ([#659])
13-
- New trait impls: `MulMod` ([#313]), `Div`/`Rem`/`num_traits::Num` ([#720])
13+
- New trait impls: `MulMod` ([#313]), `Div`/`Rem` ([#720])
1414
- New `BoxedUint` functionality:
1515
- New methods: `sbb`/`wrapping_sub`/`checked_sub` ([#303]), `mul` ([#306]),
16-
`from_be_slice`/`from_le_slice}` ([#307]), `to_be_bytes`/`to_le_bytes` ([#308]),
16+
`from_be_slice`/`from_le_slice` ([#307]), `to_be_bytes`/`to_le_bytes` ([#308]),
1717
`bits` ([#328]), `conditional_select` ([#329]), `shl_vartime` ([#330]), `shr_vartime` ([#331]),
1818
`rem_vartime` ([#332]), `inv_mod2k`/`bitor` ([#334]), `pow` ([#337]), `inv_mod` ([#341]),
1919
`random` ([#349]), `cond_map`/`cond_and_then` ([#352]), `map_limbs` ([#357]),
@@ -29,12 +29,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
`DivRemLimb`/`RemLimb` ([#496]), `InvMod` ([#505], [#741]), `SquareRoot` ([#508]),
3030
`BitOperations` ([#507]), `ShrVartime`/`ShlVartime` ([#509]), `RandomBits` ([#510]),
3131
`RemMixed` ([#746])
32+
- `num-traits` impls: `Wrapping*` ([#425]), `Zero`/`One` ([#433]), `Num` ([#720]),
33+
`ConstZero` ([#573])
3234
- safegcd (Bernstein-Yang) GCD + inv mod algorithm ([#372], [#493], [#632], [#635], [#655])
3335
- Constant-time square root and division ([#376])
3436
- Implement `Zeroize` for `NonZero` wrapper ([#406])
35-
- Impl `Wrapping*` traits from `num-traits` ([#425])
3637
- `Zero::set_zero` method ([#426])
37-
- Impl `num_traits::{Zero, One}` for `Limb`, `Uint`, `BoxedUint`, and `Wrapping` ([#433])
3838
- `Inverter`/`PrecomputeInverter` traits ([#438], [#444])
3939
- Uint: `const fn` encoders ([#453])
4040
- Traits to connect integers and Montgomery form representations ([#431]):

0 commit comments

Comments
 (0)