On Mon, Sep 26, 2022 at 2:51 PM Louisa Berger <lberg...@gmail.com> wrote:
>
> I've been using the BoringCrypto package, and would like to use it on 
> Graviton as well. I see from the caveat here 
> (https://go.googlesource.com/go/+/dev.boringcrypto/misc/boring#caveat ) that 
> BoringCrypto is only supported for GOOS=linux, GOARCH=amd64.
>
> Are there any plans to support BoringCrypto on arm64? If so, when? And if 
> not, is there a recommended alternative?

On tip, and the future Go 1.20, you can build with
GOEXPERIMENT=boringcrypto, and get a version of Go that uses
boringcrypto and supports arm64.  This was added in
https://go.dev/cl/423362.  Not sure whether it is documented anywhere
yet.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcULMkdHjX1Ww4Vr_4SLOuBW1JiCjwWpoZLVkgYk%3DK%3DcyQ%40mail.gmail.com.

Reply via email to