Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Releases: nspcc-dev/neofs-crypto

v0.4.1

22 Feb 13:45
be9b25e
Compare
Choose a tag to compare

This is the last release of this library, see #22 and migrate to alternative packages.

  • Updated to Go 1.20+ (#21)
  • Updated all dependencies (#21)
  • Deprecated (#22)

v0.4.0

18 Aug 08:46
d29d7f9
Compare
Choose a tag to compare

0.4.0 - 2022-08-18

  • Fix marshaling with go1.19
  • Allow to use hash in Sign/Verify routines

v0.3.0

02 Mar 10:57
357aa98
Compare
Choose a tag to compare

0.3.0 - 2020-03-02

Fixed

  • Bug when RFC6979 signature was shorter than 64 bytes.
  • Readme description of RFC6979 functions.

🗳 Update RFC6979 library to new release

16 Jan 07:14
5ba9a8f
Compare
Choose a tag to compare
Merge pull request #10 from nspcc-dev/update-rfc6979-library

Update RFC6979 to new release

🔑 Add possibility to load private key from various formats

21 Nov 14:38
2e7d568
Compare
Choose a tag to compare
  • from hex string
  • from wif format
  • from file path

🐞 Bug fix marshal / unmarshal

18 Nov 10:51
5a95565
Compare
Choose a tag to compare
Merge pull request #8 from nspcc-dev/fix/compress-31-byte-x-point

Fix point encoding for short X coordinate

🦸‍♂️ Refactoring and optimisations

12 Nov 14:27
5bcaeec
Compare
Choose a tag to compare
  • Refactor decompressing Y point (#1)
  • Use consistent parameter names for Sign and Verify functions (#3)
  • Change func signature for Verify* (#5, #6)
  • Use SHA512 instead of SHA256 (#4, #7)

Initial release

22 Oct 14:42
Compare
Choose a tag to compare
v0.1.0

initial