We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95035df commit 262d351Copy full SHA for 262d351
1 file changed
ciphers/aespmacsiv/aespmacsiv.go
@@ -3,7 +3,7 @@ package aespmacsiv
3
import (
4
"crypto/cipher"
5
6
- miscreant "github.com/miscreant/miscreant-go"
+ miscreant "github.com/miscreant/miscreant.go"
7
"github.com/ovh/symmecrypt"
8
"github.com/ovh/symmecrypt/symutils"
9
)
0 commit comments