Docs.rs
oxicrypto-0.1.2
oxicrypto 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
cpufeatures ^0.3.0
normal
optional
getrandom ^0.4.2
normal
optional
oxicrypto-adapter-aws-lc ^0.1.2
normal
optional
oxicrypto-adapter-pkcs11 ^0.1.2
normal
optional
oxicrypto-aead ^0.1.2
normal
optional
oxicrypto-cipher ^0.1.2
normal
optional
oxicrypto-core ^0.1.2
normal
oxicrypto-hash ^0.1.2
normal
optional
oxicrypto-kdf ^0.1.2
normal
optional
oxicrypto-kex ^0.1.2
normal
optional
oxicrypto-mac ^0.1.2
normal
optional
oxicrypto-pq ^0.1.2
normal
optional
oxicrypto-rand ^0.1.2
normal
optional
oxicrypto-sig ^0.1.2
normal
optional
rand_chacha ^0.10.0
normal
optional
rand_core ^0.10.1
normal
optional
ed25519-dalek ^2.2.0
dev
getrandom ^0.4.2
dev
oxicrypto-sig ^0.1.2
dev
p256 ^0.14.0-rc.11
dev
p384 ^0.14.0-rc.11
dev
p521 ^0.14.0-rc.11
dev
rand_chacha ^0.10.0
dev
rand_core ^0.10.1
dev
x25519-dalek ^2.0.1
dev
Versions
98.08%
of the crate is documented
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
sha512
oxicrypto
0.1.2
oxicrypto
Function
sha512
Copy item path
Source
pub fn sha512(msg: &[
u8
]) -> [
u8
;
64
]
Expand description
Compute SHA-512 of
msg
, returning a 64-byte array.