This commit is contained in:
2026-05-02 16:20:20 +02:00
parent 1ae56389fc
commit 5e51b4bfe1
5 changed files with 434 additions and 143 deletions
+1
View File
@@ -3,6 +3,7 @@
use chacha20poly1305::aead;
use std::io;
#[allow(dead_code)]
#[derive(Debug)]
pub enum FcryError {
Io(io::Error),