Skip to content

Commit

Permalink
dbl v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 2, 2018
1 parent 1d38aa7 commit e4d0563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dbl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "dbl"
version = "0.1.0"
version = "0.2.0"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Double operation in Galois Field (GF)"
documentation = "https://docs.rs/cmac"
documentation = "https://docs.rs/dbl"
repository = "https://github.com/RustCrypto/utils"
keywords = ["crypto", "dbl", "gf", "galois"]

[dependencies]
generic-array = "0.9"
generic-array = "0.12"

0 comments on commit e4d0563

Please sign in to comment.