KotlinCrypto / hash

Cryptographic hash functions for Kotlin Multiplatform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement `MD2` and `MD4`

05nelsonm opened this issue · comments

Add implementations of MD2 and MD4 to module :library:md

This will allow MACs to implement HmacMD2 and HmacMD4