Docs.rs
midnight-circuits-7.2.2
midnight-circuits 7.2.2
Docs.rs crate page
26 June 2026
Links
crates.io
Source
Owners
MidnightCI
Dependencies
base64 ^0.13.1
normal
ff ^0.13
normal
goldenfile =1.8.0
normal
optional
group ^0.13
normal
lazy_static ^1.5.0
normal
midnight-curves ^0.3.1
normal
midnight-proofs ^0.8.1
normal
num-bigint ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
rand ^0.8
normal
rand_chacha ^0.3
normal
optional
ripemd ^0.2.0
normal
rustc-hash ^2
normal
serde ^1.0
normal
optional
serde_json ^1
normal
optional
sha2 ^0.10.9
normal
subtle ^2.6
normal
criterion ^0.7
dev
dhat ^0.3
dev
goldenfile =1.8.0
dev
itertools ^0.14
dev
num-bigint ^0.4
dev
rand_chacha ^0.3.1
dev
serde_json ^1
dev
midnight-curves ^0.3.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
SecretKey
midnight_
circuits
7.2.2
Secret
Key
Aliased Type
In midnight_
circuits::
testing_
utils::
ecdsa
midnight_circuits
::
testing_utils
::
ecdsa
Type Alias
Secret
Key
Copy item path
Source
pub type SecretKey =
Fq
;
Expand description
ECDSA secret key.
Aliased Type
ยง
pub struct SecretKey(
/* private fields */
);