Docs.rs
libcrux-ecdsa-0.0.4
libcrux-ecdsa 0.0.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
franziskuskiefer
github:cryspen:crates
Dependencies
libcrux-p256 =0.0.4
normal
libcrux-sha2 =0.0.4
normal
rand ^0.9
normal
optional
rand_core ^0.9
dev
serde ^1.0.217
dev
serde_json ^1.0.138
dev
Versions
64.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate libcrux_ecdsa
libcrux_
ecdsa
0.0.4
All Items
Sections
ECDSA
Crate Items
Modules
Enums
Type Aliases
Crate
libcrux_
ecdsa
Copy item path
Source
Expand description
§
ECDSA
A formally verified implementation of ECDSA on P-curves.
For now only P-256 is supported.
Modules
§
p256
ECDSA on P-256
Enums
§
Error
Type Aliases
§
Digest
Algorithm
The hash algorithm used for signing or verifying.