Skip to content

An experimental library for Rust that wraps hashing from OpenSSL and implements Rust-native HMAC.

License

Notifications You must be signed in to change notification settings

relistan/cryptorust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cryptorust

This is a work in progress to give some purpose to my experimentation with Rust. Currently this wraps OpenSSL hashing functions and implements HMAC in native Rust code. I'll be looking to expand the functionality as I learn the language.

There is currently a flaw with this which is that the OpenSSL hash functions are not thread-safe without implementing the callbacks to locking in OpenSSL. Because the Rust test runner is very multi-threaded, there are occasional test failures as the tests stomp on each others' use of the buffer. I am looking at how to implement the hashing functions in native Rust.

About

An experimental library for Rust that wraps hashing from OpenSSL and implements Rust-native HMAC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages