mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
ff: Remove frobenius_map from Field trait
It is only used internally in the bls12_381 crate, and field extensions aren't exposed anywhere in the Zcash stack.
This commit is contained in:
@@ -1266,11 +1266,6 @@ fn prime_field_impl(
|
||||
#invert_impl
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn frobenius_map(&mut self, _: usize) {
|
||||
// This has no effect in a prime field.
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn square(&self) -> Self
|
||||
{
|
||||
|
Reference in New Issue
Block a user