]> Repositorios git - scryer-prolog.git/commit
ENHANCED: Eliminate the OpenSSL dependency of library(crypto).
authorMarkus Triska <[email protected]>
Sat, 3 Sep 2022 11:30:57 +0000 (13:30 +0200)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
commit9c1de8e00bcf8cf110066fc2a5aff93625fdf9d1
treeff19a152cae95c290c5b9cb9afe3f8a38291c952
parent1109e05e06769e4aabbc61b42d5e1bd7ed6a3b74
ENHANCED: Eliminate the OpenSSL dependency of library(crypto).

This is achieved by using the newly available crrl crate by @pornin
to implement crypto_curve_scalar_mult/4 for secp256k1. Many thanks!
Cargo.lock
Cargo.toml
build/instructions_template.rs
src/lib/crypto.pl
src/machine/system_calls.rs