We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fb1029 + d95d9a6 commit cb63915Copy full SHA for cb63915
Changelog.md
@@ -1,6 +1,6 @@
1
# Changelog for SRP
2
3
-## Unreleased
+## v0.0.4 (2022-05-05)
4
5
### Added
6
* New function `Argon2PreimageChallenge` to solve new hash preimage challenges.
@@ -9,6 +9,7 @@
9
* Update `github.com/cronokirby/saferith` dependency to v0.33.0. Adds assembly routines support for more platforms
10
* Update `ECDLPChallenge` to the new specification.
11
* Validate that 2 is a generator for SRP moduli
12
+* Removed support for building with glide
13
14
## v0.0.3 (2021-12-15)
15
version.go
@@ -22,7 +22,7 @@
22
23
package srp
24
25
-const Version string = "0.0.3"
+const Version string = "0.0.4"
26
27
//VersionNumber get current libaray version
28
func VersionNumber() string {
0 commit comments