Skip to content

Commit 262d351

Browse files
authored
Fix miscreant import path (#23)
1 parent 95035df commit 262d351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/aespmacsiv/aespmacsiv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package aespmacsiv
33
import (
44
"crypto/cipher"
55

6-
miscreant "github.com/miscreant/miscreant-go"
6+
miscreant "github.com/miscreant/miscreant.go"
77
"github.com/ovh/symmecrypt"
88
"github.com/ovh/symmecrypt/symutils"
99
)

0 commit comments

Comments
 (0)