rfc5054 library

Common methods required by agents (user, server) implementing RFC5054.

Functions

concatenateUserIdAndPassword(Uint8List? userIdBytes, Uint8List passwordBytes) Uint8List
Concatenates user ID and password for RFC5054-compliant KDF input.
hashRfc5054({required List<Uint8List> byteLists, required Uint8List safePrime, required HashFunction hashFunction}) Future<Uint8List>
Hashing procedure required by RFC5054 for certain variables.