sbox method

  1. @override
PallasNativeFp sbox(
  1. PallasNativeFp field
)
override

Implementation

@override
PallasNativeFp sbox(PallasNativeFp field) {
  return field.pow(BigInt.from(5));
}