Docs.rs
wolfpack-0.3.1
wolfpack 0.3.1
Permalink
Docs.rs crate page
GPL-3.0
21 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
igankevich
Dependencies
ar ^0.9.0
normal
async-trait ^0.1.89
normal
base16ct ^1.0.0
normal
base58 ^0.2.0
normal
base64ct ^1.8.3
normal
bitflags ^2.10.0
normal
blake2b_simd ^1.0.4
normal
bzip2 ^0.6.1
normal
chrono ^0.4.43
normal
clap ^4.5.54
normal
command-error ^0.8.0
normal
constant_time_eq ^0.4.2
normal
kpea ^0.2.5
normal
crc ^3.4.0
normal
deko ^0.6.0
normal
der ^0.7.10
normal
ed25519-dalek ^2.2.0
normal
elb ^0.4.0
normal
elb-dl ^0.4.0
normal
flate2 ^1.1.8
normal
fs-err ^3.2.2
normal
futures ^0.3.31
normal
futures-util ^0.3.31
normal
hex ^0.4.3
normal
hkdf ^0.12.4
normal
indicatif ^0.18.3
normal
ksign ^0.4.0
normal
libc ^0.2.180
normal
log ^0.4.29
normal
md5 ^0.8.0
normal
normalize-path ^0.2.1
normal
page_size ^0.6.0
normal
parking_lot ^0.12.5
normal
pgp ^0.15.0
normal
pkcs8 ^0.10.2
normal
quick-xml ^0.39.0
normal
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
rand_mt ^4.2.2
normal
reqwest ^0.13.1
normal
rusqlite ^0.38.0
normal
rusqlite_migration ^2.4.0
normal
secp256k1 ^0.30.0
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sha1 ^0.10.6
normal
sha2 ^0.10.9
normal
similar-asserts ^1.7.0
normal
spki ^0.7.3
normal
sql_minifier ^0.1.7
normal
static_assertions ^1.1.0
normal
stuckliste ^0.4.0
normal
tantivy ^0.25.0
normal
tar ^0.4.44
normal
tempfile ^3.24.0
normal
thiserror ^2.0.18
normal
threadpool ^1.8.1
normal
tokio ^1.49.0
normal
toml ^0.9.11
normal
uname-rs ^0.1.1
normal
walkdir ^2.5.0
normal
liblzma ^0.4.5
normal
zar ^0.2.0
normal
zeroize ^1.8.2
normal
zip ^6.0.0
normal
zstd ^0.13.3
normal
arbitrary ^1.4.2
dev
arbtest ^0.3.2
dev
gcollections ^1.5.0
dev
intervallum ^1.4.4
dev
pretty-hex ^0.4.1
dev
Versions
1.51%
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
Sha256
wolfpack
0.3.1
Sha256
Aliased Type
Trait Implementations
Hasher
In wolfpack::
hash
wolfpack
::
hash
Type Alias
Sha256
Copy item path
Source
pub type Sha256 =
Sha256
;
Aliased Type
§
pub struct Sha256 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Hasher
for
Sha256
Source
§
type
Output
=
HashArray
<32>
Source
§
fn
new
() -> Self
Source
§
fn
update
(&mut self, data: &[
u8
])
Source
§
fn
finalize
(self) -> Self::
Output
Source
§
fn
compute
(data: &[
u8
]) -> Self::
Output
where Self:
Sized
,