K4Pid constructor
K4Pid(
- Uint8List bytes
Implementation
K4Pid(Uint8List bytes) : super(bytes, PaserkKey.k4PidPrefix) {
if (bytes.length != hashLength) {
throw ArgumentError('K4Pid must be exactly $hashLength bytes');
}
}