[#595] Simplify encryption.Params struct
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
94a6a55919
commit
7ab473a688
3 changed files with 14 additions and 11 deletions
|
@ -58,7 +58,7 @@ func getDecrypter(t *testing.T) *Decrypter {
|
|||
|
||||
return &Decrypter{
|
||||
parts: parts,
|
||||
encryption: params,
|
||||
encryption: *params,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue