digest-plus.cr
digest-plus.cr
Adds common digests by wrapping OpenSSL.
Note: This library is NOT thread-safe.
Installation
Add this to your application's shard.yml
:
dependencies:
digest+:
github: chris-huxtable/digest-plus.cr
Usage
require "digest+"
Adds the following digests by wrapping the OpenSSL interface.
Digest::SHA224
Digest::SHA256
Digest::SHA384
Digest::SHA512
Digest::Whirlpool
Adds a file
class method to Digest::Base
.
Contributing
- Fork it ( https://github.com/chris-huxtable/digest-plus.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Chris Huxtable - creator, maintainer
Repository
digest-plus.cr
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- over 6 years ago
- May 1, 2018
License
ISC License
Links
Synced at
Mon, 18 Nov 2024 08:17:40 GMT
Languages