library(numerics), special funs from crate puruspe

This commit is contained in:
David C. Norris
2025-08-10 10:01:01 -04:00
parent d83827b21f
commit af3792f79a
10 changed files with 1092 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};