diff options
author | Jakob Unterwurzacher | 2021-09-08 19:48:13 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-08 19:48:13 +0200 |
commit | 1a5866729387c09eca1cdc9737d1b02c74c25901 (patch) | |
tree | f4f3e067a23fad3f34f9b555ec8b27799bc7412c /cli_args_test.go | |
parent | 85c2beccaf674c69b3e30b0d646f5c11d91ecb9b (diff) |
stupidgcm: add PreferOpenSSL{AES256GCM,Xchacha20poly1305}
Add PreferOpenSSLXchacha20poly1305,
rename PreferOpenSSL -> PreferOpenSSLAES256GCM.
Diffstat (limited to 'cli_args_test.go')
-rw-r--r-- | cli_args_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_args_test.go b/cli_args_test.go index 9bb9654..6c923f4 100644 --- a/cli_args_test.go +++ b/cli_args_test.go @@ -119,7 +119,7 @@ func TestParseCliOpts(t *testing.T) { longnames: true, raw64: true, hkdf: true, - openssl: stupidgcm.PreferOpenSSL(), // depends on CPU and build flags + openssl: stupidgcm.PreferOpenSSLAES256GCM(), // depends on CPU and build flags scryptn: 16, } |