[#595] Simplify encryption.Params struct

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-08-12 09:56:38 +03:00 committed by Kirillov Denis
parent 94a6a55919
commit 7ab473a688
3 changed files with 14 additions and 11 deletions

View file

@ -58,7 +58,7 @@ func getDecrypter(t *testing.T) *Decrypter {
return &Decrypter{
parts: parts,
encryption: params,
encryption: *params,
}
}