Releases: hyperledger/besu-native
Releases · hyperledger/besu-native
0.6.1
- 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
- Add native implementation of the Blake2bf compress function for EIP152 #69
0.5.0
- Add linux-arm64 native support #61
- Add ipa-multipoint library support #56
0.4.3
- 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
- Added support for secp256r1 native libraries via OpenSSL
0.3.0
- Update secp256k1 libraries to non-endomorphic code
- Expose Matter Labs' EIP-196/EIP-197 apis
0.2.0 release (#17)
- 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.