mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
cipher: xts, update function name
This commit is contained in:
parent
f9bd2f002a
commit
33d9dc7db7
@ -395,7 +395,7 @@ func benchmarkXTS(b *testing.B, cipherFunc func([]byte) (cipher.Block, error), l
|
|||||||
b.SetBytes(int64(len(plaintext)))
|
b.SetBytes(int64(len(plaintext)))
|
||||||
b.ResetTimer()
|
b.ResetTimer()
|
||||||
for i := 0; i < b.N; i++ {
|
for i := 0; i < b.N; i++ {
|
||||||
c.Encrypt(encrypted, plaintext, 0)
|
c.EncryptSector(encrypted, plaintext, 0)
|
||||||
//c.Decrypt(decrypted, encrypted[:len(plaintext)], 0)
|
//c.Decrypt(decrypted, encrypted[:len(plaintext)], 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user