Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails under i386, etc #37

Open
rogers0 opened this issue Jun 25, 2020 · 1 comment
Open

Build fails under i386, etc #37

rogers0 opened this issue Jun 25, 2020 · 1 comment

Comments

@rogers0
Copy link

rogers0 commented Jun 25, 2020

build error log:

src/github.com/henrydcase/nobs/drbg/internal/aes/cipher_asm.go:15:6: missing function body
src/github.com/henrydcase/nobs/drbg/internal/aes/cipher_asm.go:18:6: missing function body
src/github.com/henrydcase/nobs/drbg/internal/aes/cipher_asm.go:21:6: missing function body

and another one:

src/github.com/henrydcase/nobs/dh/csidh/csidh.go:88:4: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:102:3: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:106:3: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:135:4: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:139:4: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:143:4: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:144:4: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:170:7: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:179:7: undefined: mul512
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:187:3: undefined: mulRdc
src/github.com/henrydcase/nobs/dh/csidh/csidh.go:187:3: too many errors
@kriskwiatkowski
Copy link
Owner

sorry for late response.
only x86-64 and aarch64 is currently supported. why would you need i386 exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants