archethic-node icon indicating copy to clipboard operation
archethic-node copied to clipboard

Use native crypto keccak256 hash

Open Neylix opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

As described in this PR #1203 OpenSSL will support keccak256 hash algo in 3.2 version (https://github.com/openssl/openssl/issues/19304)

Erlang will support it when it will be released (https://github.com/erlang/otp/issues/6200)

Describe the solution you'd like

Once OpenSSL release 3.2 and erlang integrate it we should use native crypto module for this hash and remove the dependency to ex_keccak

Additional context

Erlang may integrate this hash algo in OTP26 while we are currently in OTP25.

Also we need to ensure all node are up to date with the version 3.2 of OpenSSL

Epic

No response

Neylix avatar Jul 31 '23 08:07 Neylix