sbox method

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

Implementation

@override
PallasFp sbox(PallasFp field) {
  return field.pow([BigInt.from(5), BigInt.zero, BigInt.zero, BigInt.zero]);
}