length property

  1. @override
int get length
override

Get the compressed length of the public key in bytes.

Implementation

@override
int get length => Ed25519KeysConst.pubKeyByteLen;