mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
refactor: make signing key non-optional for pk_encrypt
This commit is contained in:
@@ -108,7 +108,7 @@ fn criterion_benchmark(c: &mut Criterion) {
|
||||
pk_encrypt(
|
||||
plain.clone(),
|
||||
vec![black_box(key_pair.public.clone())],
|
||||
Some(key_pair.secret.clone()),
|
||||
key_pair.secret.clone(),
|
||||
true,
|
||||
true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user