]> Cypherpunks repositories - gostls13.git/commit
crypto/rand, crypto/x509: add js/wasm architecture
authorRichard Musiol <mail@richard-musiol.de>
Sun, 4 Mar 2018 12:38:08 +0000 (13:38 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 May 2018 18:00:24 +0000 (18:00 +0000)
commit63756e0c8f76856a436274fc47d912815f9f17e6
tree5349dcf861f3acd9781aa0dd14209f9ebcf10649
parent7b83636800f46a484287796e5d7a7838c17375b6
crypto/rand, crypto/x509: add js/wasm architecture

This commit adds the js/wasm architecture to the crypto packages.

Updates #18892

Change-Id: Id41a9d54920746d5019cbeedcff1b83874f2ef73
Reviewed-on: https://go-review.googlesource.com/110095
Reviewed-by: Austin Clements <austin@google.com>
src/crypto/rand/rand.go
src/crypto/rand/rand_js.go [new file with mode: 0644]
src/crypto/x509/root_js.go [new file with mode: 0644]
src/crypto/x509/root_unix.go