]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add KDSA instruction support
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Wed, 14 Jun 2023 05:13:37 +0000 (07:13 +0200)
committerDavid Chase <drchase@google.com>
Fri, 11 Aug 2023 20:48:28 +0000 (20:48 +0000)
commit61719e18f7715e4fbd0914395633b15a4a2e17a7
treef3fceb3df264cfe483e67dc0d462da34d48b98b9
parent727ebce6ce4fab9aeb089f89d5c4b32bb69be403
cmd/asm: add KDSA instruction support

KDSA(Compute Digital Signature Authentication) instruction provides
support for the signing and verification of elliptic curves

Change-Id: I19996a307162dd4f476a1cfe4f8d1a74a609e6c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/503215
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/asm/internal/asm/testdata/s390x.s
src/cmd/internal/obj/s390x/a.out.go
src/cmd/internal/obj/s390x/anames.go
src/cmd/internal/obj/s390x/asmz.go
src/crypto/ecdsa/ecdsa_s390x.s
src/internal/cpu/cpu_s390x.s