Skip to content

Releases: go-compile/rome

v1.0.1

02 Nov 22:21
v1.0.1
eac5623
Compare
Choose a tag to compare

Upgraded Dependencies

Speed 3x improvements on P224, P384, and P521 ScalarBaseMult (Go.dev, 2022), providing faster EC Key generation and ECDSA operations. Expect no performance gain for brainpool curves or none aforementioned curves.

References

Go.dev. (2022) Go 1.19 Release Notes. [online] Available at: https://go.dev/doc/go1.19 (Accessed: 02/11/22)

v1.0.0

16 Jun 12:13
7c5ee93
Compare
Choose a tag to compare

Stable release of Rome ECC crypto library for Go.

Code Examples: https://github.com/go-compile/rome/tree/master/examples

v1.0.0-rc1

12 Jun 11:40
2bd6976
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

V1.0.0 Release Candidate 1

The library is considered mostly stable at this point however there is no guarantee there are zero bugs before v1.0.0 is released.
This is a public beta before the main stable release, this stage is where rigorous bug testing will be underway. If you find any bugs please create a issue or pull request.

Code Examples: https://github.com/go-compile/rome/tree/master/examples