seed property

Uint8List get seed

Возвращает seed часть ключа (первые 32 байта)

Implementation

Uint8List get seed => rawBytes.sublist(0, 32);