aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/chacha_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stupidgcm/chacha_test.go')
-rw-r--r--internal/stupidgcm/chacha_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/stupidgcm/chacha_test.go b/internal/stupidgcm/chacha_test.go
index 513b68f..5f803aa 100644
--- a/internal/stupidgcm/chacha_test.go
+++ b/internal/stupidgcm/chacha_test.go
@@ -10,7 +10,7 @@ import (
func TestStupidChacha20poly1305(t *testing.T) {
key := randBytes(32)
- c := newChacha20poly1305(key)
+ c := NewChacha20poly1305(key)
ref, err := chacha20poly1305.New(key)
if err != nil {
t.Fatal(err)