-
Notifications
You must be signed in to change notification settings - Fork 299
So, I'm currently testing the loongarch port of gocryptfs and was wondering if anyone knew who was maintaining it? If so I'm interested in showcasing my test cases to the maintainers?
All reactions
Replies: 1 comment 3 replies
Author here. There's no specific maintainers for architectures. How is it going on loong64? I see it fails to build due to cmac:
GOARCH=loong64 go build -tags without_openssl
# github.com/aperturerobotics/jacobsa-crypto/cmac
../../go/pkg/mod/github.com/aperturerobotics/jacobsa-crypto@v1.0.2/cmac/hash.go:97:3: undefined: xorBlock
All reactions
3 replies
Fixed via fb4f2de
All reactions
I attempted to make a PR to jacobsa-crypto with an attempt to fix the issue. But they haven't reached out to me.
All reactions
But thanks for the update
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment