toRawBytes method

  1. @override
Uint8List toRawBytes()
override

Return the byte array representation of the public key

Implementation

@override
Uint8List toRawBytes() {
  Uint8List buffer = encodeBigIntAsUnsigned(_bn);
  return buffer;
}