extract abstract method
Provides crypto_kdf_hkdf_shaXXX_extract.
Extracts a master key of keyBytes length from the input keying material
ikm and an optional salt.
Implementation
SecureKey extract({Uint8List? salt, required Uint8List ikm});
Provides crypto_kdf_hkdf_shaXXX_extract.
Extracts a master key of keyBytes length from the input keying material
ikm and an optional salt.
SecureKey extract({Uint8List? salt, required Uint8List ikm});