Browse Source

Release 0.2.18

pull/9/merge 0.2.18
Cesar Eduardo Barros 7 years ago
parent
commit
9c044fb434
  1. 8
      Cargo.toml

8
Cargo.toml

@ -1,14 +1,18 @@
[package]
name = "blake2-rfc"
version = "0.2.17"
version = "0.2.18"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "A pure Rust implementation of BLAKE2 based on RFC 7693."
documentation = "https://docs.rs/blake2-rfc"
repository = "https://github.com/cesarb/blake2-rfc"
documentation = "https://cesarb.github.io/blake2-rfc/blake2_rfc/"
readme = "README.md"
keywords = ["blake2", "blake2b", "blake2s", "hash", "crypto"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
[badges]
travis-ci = { repository = "cesarb/blake2-rfc" }
[features]
default = ["std"]
bench = []

Loading…
Cancel
Save