publicKeyBytes property

Uint8List get publicKeyBytes

Возвращает публичную часть ключа (последние 32 байта)

Implementation

Uint8List get publicKeyBytes => rawBytes.sublist(32);