Releases: ecies/go
Releases · ecies/go
v2.0.9
v2.0.8
What's Changed
- security fix: invalid curve attack fixed, all thanks to @Merricx
- Bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12.2 by @dependabot in #73
- Bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #71
- Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #75
- Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.0 by @dependabot in #76
- Bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #79
- Bump github.com/ethereum/go-ethereum from 1.13.0 to 1.13.4 by @dependabot in #81
- Bump golang.org/x/crypto from 0.14.0 to 0.16.0 by @dependabot in #85
- Bump github.com/ethereum/go-ethereum from 1.13.4 to 1.13.5 by @dependabot in #83
Full Changelog: v2.0.7...v2.0.8
v2.0.7: deps update
What's Changed
- Bump github.com/ethereum/go-ethereum from 1.11.5 to 1.11.6 by @dependabot in #63
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #65
- Bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #64
- Bump github.com/ethereum/go-ethereum from 1.11.6 to 1.12.0 by @dependabot in #66
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #67
- Bump golang.org/x/crypto from 0.9.0 to 0.11.0 by @dependabot in #69
- fix: python backend new url by @L11r in #70
Full Changelog: v2.0.6...v2.0.7
v2.0.6: deps update
What's Changed
- Bump github.com/ethereum/go-ethereum from 1.11.0 to 1.11.1 by @dependabot in #54
- Bump github.com/ethereum/go-ethereum from 1.11.1 to 1.11.2 by @dependabot in #55
- Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #57
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #56
- Bump github.com/ethereum/go-ethereum from 1.11.2 to 1.11.4 by @dependabot in #59
- Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 by @dependabot in #62
- Bump github.com/ethereum/go-ethereum from 1.11.4 to 1.11.5 by @dependabot in #60
- Bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #61
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Bump github.com/ethereum/go-ethereum from 1.10.17 to 1.10.18 by @dependabot in #35
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #36
- Bump github.com/ethereum/go-ethereum from 1.10.18 to 1.10.19 by @dependabot in #37
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #39
- Bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by @dependabot in #41
- Bump github.com/ethereum/go-ethereum from 1.10.19 to 1.10.20 by @dependabot in #42
- Bump github.com/ethereum/go-ethereum from 1.10.20 to 1.10.21 by @dependabot in #43
- Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.0.1 to 4.1.0 by @dependabot in #44
- Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.10.22 by @dependabot in #45
- Bump github.com/ethereum/go-ethereum from 1.10.22 to 1.10.23 by @dependabot in #46
- Bump github.com/ethereum/go-ethereum from 1.10.23 to 1.10.24 by @dependabot in #47
- Bump github.com/ethereum/go-ethereum from 1.10.24 to 1.10.25 by @dependabot in #48
- Bump github.com/ethereum/go-ethereum from 1.10.25 to 1.10.26 by @dependabot in #50
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #49
- Update backend url by @kigawas in #51
- Bump github.com/ethereum/go-ethereum from 1.10.26 to 1.11.0 by @dependabot in #52
- Bump golang.org/x/crypto from 0.1.0 to 0.6.0 by @dependabot in #53
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- badge fix by @L11r in #29
- Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.10.16 by @dependabot in #30
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #31
- Bump github.com/ethereum/go-ethereum from 1.10.16 to 1.10.17 by @dependabot in #32
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Huge performance improvement due to CGO secp256k1 support added and more mature version of Go native version used by @L11r in #27
- Decrypt benchmark added and README updated by @L11r in #28
- add BenchmarkEncrypt by @guotie in #22
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 by @dependabot-preview in #19
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #20
- Remove Travis CI and fix go.sum by @L11r in #26
- Github action by @kigawas in #24
- Fix PublicKey.Equals against tming attacks by @ostcar in #23
New Contributors
- @kigawas made their first contribution in #24
- @ostcar made their first contribution in #23
- @guotie made their first contribution in #22
Full Changelog: v2.0.2...v2.0.3
Proper v2 release
Merge pull request #18 from ecies/L11R-patch-1 Mark package as v2
Native error wrapping
Go 1.13 related release. fmt.Errorf()
instead of pkg/errors
's errors.Wrap()
.
New default KDF
This version IS NOT compatible with previous.
Changelog:
- HKDF-HMAC-SHA256 as KDF instead of SHA256