Unverified Commit d06569fc authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'dev' into pin-docker-base-image

parents 38fd7a9c f4f9544d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -9,9 +9,9 @@ use chacha20poly1305::Key;
use chacha20poly1305::XChaCha20Poly1305;
use chacha20poly1305::XNonce;
use rusqlite::Connection;
use std::ops::Not;
use warp::hyper::StatusCode;
use zeroize::Zeroize;
use std::ops::Not;
pub fn generate_xchacha20poly1305_cipher() -> XChaCha20Poly1305 {
let key: [u8; 32] = rand::random();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment