mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-05 21:25:00 +00:00
![]() else we get an error from this call, using a 16 byte (128 bit) nonce is currently only supported by the still in draft XChaCha20-Poly1305, not the current default specified by RFC 7539[0], which uses a 12 byte (96 bit) nonce. Fixes the following error: > thread 'main' panicked at 'called `Result::unwrap()` on an `Err` > value: ErrorStack([])', src/libcore/result.rs:1165:5 [0]: https://tools.ietf.org/html/rfc7539 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
api2 | ||
backup | ||
bin | ||
client | ||
config | ||
pxar | ||
server | ||
storage | ||
tools | ||
api2.rs | ||
auth_helpers.rs | ||
backup.rs | ||
buildcfg.rs | ||
client.rs | ||
config.rs | ||
lib.rs | ||
pxar.rs | ||
section_config.rs | ||
server.rs | ||
tools.rs |