mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Clarify masking of bits in Field::random impls
Co-Authored-By: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
@@ -892,7 +892,7 @@ fn prime_field_impl(
|
||||
#name(#repr(repr))
|
||||
};
|
||||
|
||||
// Mask away the unused bits at the beginning.
|
||||
// Mask away the unused most-significant bits.
|
||||
tmp.0.as_mut()[#top_limb_index] &= 0xffffffffffffffff >> REPR_SHAVE_BITS;
|
||||
|
||||
if tmp.is_valid() {
|
||||
|
Reference in New Issue
Block a user