Merge pull request #3042 from dcnorris/numerics

library(numerics), special funs from crate puruspe
This commit is contained in:
Mark Thom
2025-08-11 22:26:01 -07:00
committed by GitHub
10 changed files with 897 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ use sha3::{Sha3_224, Sha3_256, Sha3_384, Sha3_512};
use crrl::{ed25519, secp256k1, x25519};
pub(crate) mod special_math;
#[cfg(feature = "tls")]
use native_tls::{Identity, TlsAcceptor, TlsConnector};