crypto-hash

A Rust wrapper for OS-level cryptographic hash functions

MIT License

Downloads
4.5M
Stars
24
Committers
5

Bot releases are visible (Hide)

crypto-hash - 0.3.4 Latest Release

Published by malept about 5 years ago

Added

  • Copy, Eq, Hash, & PartialEq derives on Algorithm (#11)
crypto-hash - 0.3.3

Published by malept almost 6 years ago

Changed

  • Revert API change (#6)
crypto-hash - 0.3.2

Published by malept almost 6 years ago

Note: This released was yanked from Cargo due to #6.

Added

  • iOS support
crypto-hash - 0.3.1

Published by malept over 6 years ago

Changed

  • Upgrade to openssl 0.10.x (#1)
  • Upgrade to winapi 0.3.x
crypto-hash - 0.3.0

Published by malept over 7 years ago

Changed

  • Upgrade to commoncrypto 0.2.x
  • Function signatures for digest and hex_digest changed to use &[u8], per Clippy
crypto-hash - 0.2.1

Published by malept almost 8 years ago

Changed

  • Move CommonCrypto implementation to its own crate
crypto-hash - 0.2.0

Published by malept almost 8 years ago

Added

  • SHA-1 algorithm

Changed

  • Upgrade rust-openssl to 0.9
crypto-hash - 0.1.0

Published by malept over 8 years ago

This release signifies the minimum amount of algorithms and implementations necessary for HTTP digest authentication.

Added

Algorithms:

  • MD5
  • SHA256
  • SHA512

Implementations:

  • CommonCrypto (OS X)
  • CryptoAPI (Windows)
  • OpenSSL (Linux/BSD/etc.)
Package Rankings
Top 6.37% on Crates.io
Badges
Extracted from project README
Linux/OS X Status Windows status Crates.io