Expand description
Utility functions for creating signatures and hashes.
Functionsยง
- hmac_
md5 - Computes an HMAC-MD5 signature for the provided key and data.
- hmac_
sha256 - Computes an HMAC-SHA256 signature for the provided key and data.
- md5
- Computes an MD5 hash of the provided data.
- sha256
- Computes a SHA-256 hash of the provided data.
- skip_
aligned - Skips bytes in the provided reader to ensure that the next read operation aligns with the specified alignment.
- write_
fill - Writes the specified byte
fillrepeatedly to the writer for the given length.