Docs.rs
tink-prf-0.1.2
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
tink-prf 0.1.2
PRF functionality for Rust port of Google's Tink cryptography library
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
23
out of
23
items documented
0
out of
3
items with examples
Ø build duration
all releases: 30s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
project-oak/tink-rust
93
18
15
crates.io
Dependencies
aes ^0.7.2
normal
cmac ^0.6
normal
digest ^0.9
normal
hkdf ^0.11
normal
hmac ^0.11
normal
prost ^0.7
normal
sha-1 ^0.9.6
normal
sha2 ^0.9.5
normal
tink-core ^0.1
normal
tink-proto ^0.1
normal
Versions
0.3.0
(2024-11-28)
0.2.5
(2023-03-14)
0.2.4
(2022-03-25)
0.2.3
(2022-01-03)
0.2.1
(2021-10-08)
0.2.0
(2021-05-24)
0.1.2
(2021-05-19)
0.1.1
(2021-04-23)
0.1.0
(2021-01-21)
Owners
This crate provides implementations of the [
tink_core::Prf
] primitive.