Rename crypto functions and constants

This commit is contained in:
Alexander Neumann
2015-04-12 09:41:47 +02:00
parent 3a2525809c
commit 21dc6dd3db
6 changed files with 54 additions and 54 deletions

View File

@@ -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,
}