mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Impl is_odd for dfg::Scalar
This commit is contained in:
@@ -244,7 +244,7 @@ impl PrimeField for Scalar {
|
||||
|
||||
const S: u32 = 2;
|
||||
fn is_odd(&self) -> Choice {
|
||||
unimplemented!()
|
||||
choice(self.to_le_bits()[0])
|
||||
}
|
||||
fn multiplicative_generator() -> Self {
|
||||
2u64.into()
|
||||
|
||||
Reference in New Issue
Block a user