Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jun 18, 2020
2 parents 28f159c + ff5ffad commit 77881a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ zeroize = { version = "1", default-features = false, features = ["zeroize_derive
zkp = { version = "0.7" }

[dev-dependencies]
criterion = "*"
criterion = { version = "0.3" }
curve25519-dalek = { version = "2", default-features = false }
rand = { version = "0.7" }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all the attributes on their credentials to the issuer when requesting a new
credential. When presenting said credential afterwards, attributes may be
either hidden or revealed.

Credentials may be either scalars (integers modulo the group order, a large
Credential attributes may be either scalars (integers modulo the group order, a large
prime) or group elements. This library provides a way to encode arbitrary byte
arrays to group elements---which may then be encrypted and decrypted---in an
invertible manner, such that arbitrary strings can be stored as attributes.
Expand Down

0 comments on commit 77881a8

Please sign in to comment.