enlever une liste dans les tests qui servait à rien

This commit is contained in:
odrling 2018-01-10 23:10:22 +01:00
parent f3b02fe138
commit 4274c2b15d

View file

@ -5,7 +5,6 @@ import org.junit.Test
import xyz.johnny.norntalk.security.ChaCha
import xyz.johnny.norntalk.security.Curve
import java.nio.charset.Charset
import java.time.Instant
/**
@ -17,8 +16,6 @@ class CryptographyUnitTest {
@Test
fun testCrypto() {
val start = Instant.now()
// generate key
val key = ChaCha.generateKey()