[go: up one dir, main page]

fiat-crypto 0.1.10

Fiat-crypto generated Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![cfg_attr(not(feature = "std"), no_std)]
pub mod curve25519_64;
pub mod curve25519_32;
pub mod p521_64; // Zoe: Has assignments from u32 to u64
pub mod p448_solinas_64;
pub mod p256_64; // Zoe: Calls function thats expects u64 with u8
pub mod p256_32; // Zoe: Calls function thats expects u64 with u8
pub mod p384_64; // Zoe: Calls function thats expects u64 with u8
pub mod p384_32; // Zoe: Calls function thats expects u64 with u8
pub mod secp256k1_64; // Zoe: Calls function thats expects u64 with u8
pub mod secp256k1_32; // Zoe: Calls function thats expects u64 with u8
pub mod p224_64; // Zoe: Calls function thats expects u64 with u8
pub mod p224_32; // Zoe: Calls function thats expects u64 with u8
pub mod p434_64; // Zoe: Calls function thats expects u64 with u8