edScalarReduce function

BigInt edScalarReduce(
  1. Uint8List bytes
)

Implementation

BigInt edScalarReduce(Uint8List bytes) {
  return edBytesToBigInt(bytes) % ed25519L;
}