uncompressedLength property

  1. @override
int get uncompressedLength
override

Get the length of the uncompressed public key in bytes.

Implementation

@override
int get uncompressedLength {
  return EcdsaKeysConst.pubKeyUncompressedByteLen;
}