tink-rust
tink-rust copied to clipboard
Rust port of Tink cryptography library
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.3 to 0.13.5. Changelog Sourced from prost's changelog. Prost version 0.13.5 PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code...
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. Changelog Sourced from rand's changelog. [0.9.0] - 2025-01-27 Security and unsafe Policy: "rand is not a crypto library" (#1514) Remove fork-protection from ReseedingRng and...
If I have 500GB of encrypted data (encrypted with `tink_streaming_aead`), is it possible to continue decrypting starting at 300GB? If not, is there any other algorithm / Rust library that...
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.11.6. Release notes Sourced from env_logger's releases. v0.11.6 [0.11.6] - 2024-12-20 Features Opt-in file and line rendering v0.11.5 [0.11.5] - 2024-07-25 v0.11.4 [0.11.4] - 2024-07-23...
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.0 to 1.3.1. Commits 00b80bd 1.3.1 ce01ae7 reader: tweak record trimming logic 06764b9 github: add FUNDING 533d37b ci: bump pinned to Rust 1.65 See full diff in...
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.11.1. Changelog Sourced from regex's changelog. 1.11.1 (2024-10-24) This is a new patch release of regex that fixes compilation on nightly Rust when the unstable...
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. Release notes Sourced from futures's releases. 0.3.31 Fix use after free of task in FuturesUnordered when dropped future panics (#2886) Fix soundness bug in...
Relevant functionality is [apparently](https://github.com/TeXitoi/structopt/issues/525) included in clap v3
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.1 to 1.4.0. Commits 4a3997e 1.4.0 a0a3c9e csv-core-0.1.13 f8e6b07 deps: switch serde dependency to serde_core 7c7c135 style: address many Clippy lints 5b2da18 doc: simplify tutorial section on...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.48.0. Release notes Sourced from tokio's releases. Tokio v1.48.0 1.48.0 (October 14th, 2025) The MSRV is increased to 1.71. Added fs: add File::max_buf_size (#7594) io:...