Skip to content

Key Derivation Function using a One-Way Cryptographic Compression Function

License

Notifications You must be signed in to change notification settings

moschles/hiroseKDF

Repository files navigation

hiroseKDF

Key Derivation Function using a One-Way Cryptographic Compression Function

class HiroseKDF{} is written as a class for easy deployment.

It accepts a message of any length up to 511 Megabytes and returns a digest of 256 bits. The hash function will accept messages whose length is specified at bit-level precision. When hashing binary data, the supplied length must be given in BITS, not bytes. The hash function is derived from a one-way cryptographic compression function.

The OWCC function is described mathematically in the paper titled,

"How to Construct Double-Block-Length Hash Functions"
by Shoichi Hirose , (University of Fukui)

About

Key Derivation Function using a One-Way Cryptographic Compression Function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published