key property

Uint8List key
final

Verification key derived from password and salt (password verifier 'v').

This is calculated as v = g^x mod N, where x is the user's private key derived from their password and salt.

Implementation

final Uint8List key;