1
0
mirror of https://github.com/golang/go synced 2024-11-26 21:51:44 -07:00
go/src/crypto
Johan Brandhorst-Satzkorn 171c794002 crypto: add wasip1 support
Adds crypto/dsa, crypto/rand, x509 files and changes for the new
wasip1 port.

For #58141

Co-authored-by: Richard Musiol <neelance@gmail.com>
Co-authored-by: Achille Roussel <achille.roussel@gmail.com>
Co-authored-by: Julien Fabre <ju.pryz@gmail.com>
Co-authored-by: Evan Phoenix <evan@phx.io>
Change-Id: I9609e3d021cd7e06b813eedf5912febc52cc0f2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/479624
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-04-11 20:54:07 +00:00
..
aes all: replace leading spaces with tabs in assembly 2023-03-23 20:52:57 +00:00
boring
cipher
des
dsa
ecdh
ecdsa
ed25519 crypto/ed25519: improve Ed25519ctx error for oversized contexts 2023-03-06 23:46:08 +00:00
elliptic all: add a few links in package godocs 2023-03-25 10:16:23 +00:00
hmac all: fix some problematic comments 2023-03-13 16:49:45 +00:00
internal crypto/internal/nistec: update generator for re-enabled s390x asm 2023-04-11 20:36:23 +00:00
md5 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
rand crypto: add wasip1 support 2023-04-11 20:54:07 +00:00
rc4
rsa crypto/rsa: deprecate multiprime RSA support 2023-03-16 16:31:24 +00:00
sha1 all: replace leading spaces with tabs in assembly 2023-03-23 20:52:57 +00:00
sha256 crypto/sha256: add sha-ni implementation 2023-03-31 15:55:23 +00:00
sha512 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
subtle crypto/subtle: don't cast to *uintptr when word size is 0 2023-03-31 23:25:07 +00:00
tls all: fix misuses of "a" vs "an" 2023-04-04 14:20:53 +00:00
x509 crypto: add wasip1 support 2023-04-11 20:54:07 +00:00
crypto.go
issue21104_test.go