mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
Rename crypto functions and constants
This commit is contained in:
@@ -100,7 +100,7 @@ func should_panic(f func()) (did_panic bool) {
|
||||
func TestCrypto(t *testing.T) {
|
||||
for _, tv := range test_values {
|
||||
// test encryption
|
||||
k := &MasterKeys{
|
||||
k := &Key{
|
||||
Encrypt: tv.ekey,
|
||||
Sign: tv.skey,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user