Docs.rs
commonware-cryptography-0.0.62
commonware-cryptography 0.0.62
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
patrick-ogrady
Dependencies
blake3 ^1.8.2
normal
blst ^0.3.13
normal
bytes ^1.7.1
normal
cfg-if ^1.0.0
normal
commonware-codec ^0.0.62
normal
commonware-utils ^0.0.62
normal
ed25519-consensus ^2.1.0
normal
p256 ^0.13.2
normal
rand ^0.8.5
normal
rand_chacha ^0.3
normal
rand_core ^0.6.4
normal
rayon ^1.10.0
normal
optional
sha2 ^0.10.8
normal
thiserror ^2.0.12
normal
zeroize ^1.5.7
normal
criterion ^0.5.1
dev
getrandom ^0.2.15
normal
Versions
87.69%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Block
commonware_
cryptography
0.0.62
Block
Aliased Type
Trait Implementations
From<Digest>
In commonware_
cryptography::
bls12381::
tle
commonware_cryptography
::
bls12381
::
tle
Type Alias
Block
Copy item path
Source
pub type Block =
FixedBytes
<BLOCK_SIZE>;
Expand description
Block type for IBE.
Aliased Type
§
pub struct Block(
/* private fields */
);
Trait Implementations
§
Source
§
impl
From
<
Digest
> for
Block
Source
§
fn
from
(digest:
Digest
) -> Self
Converts to this type from the input type.