Key Stretching Function (KSF)
Key Stretching Function (KSF) is a slow and expensive cryptographic hash function with the following API
- Stretch(msg): Apply a key stretching function to stretch the input
msg
and harden it against offline dictionary attacks. This function also needs to satisfy collision resistance.