Skip to content

Releases: hyperledger/besu-native

0.6.1

21 Nov 04:46
d3c7598
Compare
Choose a tag to compare
  • Update to latest jna, use separate build folders per os/arch #79
  • Add linux arm64 build of bls12-381 #81, #80
  • Restrict builds of blake2f to x86-64 #82

0.6.0

16 Aug 14:59
8cd9fc2
Compare
Choose a tag to compare
  • Add native implementation of the Blake2bf compress function for EIP152 #69

0.5.0

17 Jun 20:42
78cd81a
Compare
Choose a tag to compare
  • Add linux-arm64 native support #61
  • Add ipa-multipoint library support #56

0.4.3

27 Jan 05:23
5a7c7a0
Compare
Choose a tag to compare
  • Use non-blocking PRNG to generate secp256k1 context #51
  • Padding R and S components if smaller than 31 bytes in SECP256R1 keys #52

0.4.2

23 Aug 08:08
728c15e
Compare
Choose a tag to compare
  • Added support for secp256r1 native libraries via OpenSSL

0.3.0

29 Oct 17:42
313773f
Compare
Choose a tag to compare
  • Update secp256k1 libraries to non-endomorphic code
  • Expose Matter Labs' EIP-196/EIP-197 apis

0.2.0 release (#17)

20 May 19:15
f7534af
Compare
Choose a tag to compare
  • Added Matter Labs BLS12 precompiles. This prompted the minor version number bump.
  • Upgraded bn-plus library in altbn128.
  • Added ability to turn off secp256k1 randomization. The default is to randomize.