OpenSecEd / appliedcrypto

Learning module for Applied Cryptography
5 stars 0 forks source link

Add seed+counter -> hash to applied-hashes #50

Open dbosk opened 3 years ago

dbosk commented 3 years ago

Douglas' idea. Add seed+counter mode+truncation to construct hash function. Hash functions are just embedded ciphers.

Also talk about keyed hash functions, HMAC.