macKey property
Uint8List
get
macKey
Returns MAC key Kmac to be used in BAC or PACE protocol.
Implementation
Uint8List get macKey {
return DeriveKey.iso9797MacAlg3(keySeed);
}
Returns MAC key Kmac to be used in BAC or PACE protocol.
Uint8List get macKey {
return DeriveKey.iso9797MacAlg3(keySeed);
}