libsmx 0.3.0

Pure-Rust, no_std, constant-time SM2/SM3/SM4/SM9 Chinese cryptography (GB/T 32918/32905/32907/38635)
Documentation
1
2
3
4
5
//! SM9 标量域 Fn — 重导出自 fp 模块

pub use crate::sm9::fields::fp::{
    fn_add, fn_from_bytes, fn_inv, fn_mul, fn_neg, fn_sub, fn_to_bytes, Fn,
};