1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

crypto: use new copy & clone

This commit is contained in:
joe-conigliaro
2019-07-30 00:33:35 +10:00
committed by Alexander Medvednikov
parent 6701c3b263
commit d87030972e
7 changed files with 60 additions and 86 deletions

View File

@ -93,7 +93,6 @@ const (
)
// Lookup tables for encryption.
// These can be recomputed by adapting the tests in aes_test.go.
const (
Te0 = [
@ -235,7 +234,6 @@ const (
)
// Lookup tables for decryption.
// These can be recomputed by adapting the tests in aes_test.go.
const (
Td0 = [
0x51f4a750, 0x7e416553, 0x1a17a4c3, 0x3a275e96, 0x3bab6bcb, 0x1f9d45f1, 0xacfa58ab, 0x4be30393,