Publishing v0.2.1 (#66)

This commit is contained in:
Kevin Lewi
2020-10-22 10:23:25 -07:00
committed by GitHub
parent 9b5f7f455d
commit 8ccb5ad510
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.2.1 (October 22, 2020)
* Changed visibility of hash module to be public
## 0.2.0 (September 3, 2020)
* Added CipherSuite API for specifying underlying primitives
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "opaque-ke"
version = "0.2.0"
version = "0.2.1"
repository = "https://github.com/novifinancial/opaque-ke"
keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
description = "An implementation of the OPAQUE password-authenticated key exchange protocol"
+1 -1
View File
@@ -22,7 +22,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`:
```
opaque-ke = "0.2.0"
opaque-ke = "0.2.1"
```
Resources