Docs.rs
skein-hash-0.3.1
skein-hash 0.3.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
kazcw
Dependencies
block-buffer ^0.9
normal
digest ^0.9
normal
threefish-cipher ^0.4
normal
digest ^0.9
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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 skein_hash
skein_
hash
0.3.1
All Items
Crate Items
Re-exports
Structs
Traits
Crate
skein_
hash
Copy item path
Source
Re-exports
§
pub extern crate
digest
;
Structs
§
Generic
Array
Struct representing a generic array -
GenericArray<T, N>
works like [T; N]
Skein256
Skein512
Skein1024
Traits
§
Digest
The
Digest
trait specifies an interface common for digest functions.