Skip to content

Releases: ecies/go

v2.0.9

14 Dec 17:27
0169652
Compare
Choose a tag to compare

What's Changed

  • Fix broken zero pad implementation causing corrupted ciphertext by @gmaiainc in #87

New Contributors

Full Changelog: v2.0.8...v2.0.9

v2.0.8

04 Dec 20:37
Compare
Choose a tag to compare

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

29 Jul 10:38
3ab3191
Compare
Choose a tag to compare

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

14 Apr 21:18
92efefc
Compare
Choose a tag to compare

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

16 Feb 20:54
dc5ab29
Compare
Choose a tag to compare

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

10 May 12:09
Compare
Choose a tag to compare

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

Full Changelog: v2.0.3...v2.0.4

v2.0.3

02 Feb 12:00
306c655
Compare
Choose a tag to compare

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

Full Changelog: v2.0.2...v2.0.3

Proper v2 release

02 Oct 21:06
17f2fcd
Compare
Choose a tag to compare
Merge pull request #18 from ecies/L11R-patch-1

Mark package as v2

Native error wrapping

24 Oct 21:35
5a940da
Compare
Choose a tag to compare

Go 1.13 related release. fmt.Errorf() instead of pkg/errors's errors.Wrap().

New default KDF

16 Aug 09:12
a6e40f9
Compare
Choose a tag to compare

This version IS NOT compatible with previous.

Changelog:

  • HKDF-HMAC-SHA256 as KDF instead of SHA256