Remove an unnecessary explicit return in FieldElement.to_bytes().

This commit is contained in:
Isis Lovecruft 2017-05-28 22:45:13 +00:00
parent 674a00df5b
commit 16904432be
Failed to extract signature

View file

@ -826,7 +826,7 @@ impl FieldElement {
debug_assert!((s[31] & 0b1000_0000u8) == 0u8);
s[31] &= 127u8;
return s
s
}
/// Determine if this `FieldElement` is negative, in the sense