key property
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;
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.
final Uint8List key;