ZenGo-X / curv

Rust language general purpose elliptic curve cryptography.
MIT License
264 stars 111 forks source link

Remove unused files (old blake/sha implementations) #161

Closed elichai closed 2 years ago

elichai commented 2 years ago

After https://github.com/ZenGo-X/curv/pull/129 these files aren't in use (they aren't even included anywhere using mod), the current API allows a user to choose whatever hash function they want and it will provide them with the DigestExt trait

Solves https://github.com/ZenGo-X/curv/issues/160