• Michael Munday's avatar
    crypto/ecdsa: remove s390x assembly · 943df4f6
    Michael Munday authored
    This a revert of CL 174437 and follow up fix CL 201317.
    
    The s390x assembly in this package makes use of an instruction
    (specifically KDSA) which is not supported by the current build
    machine. Remove this assembly for now, we can revisit this
    functionality once we have a newer build machine and can ensure
    that this assembly is well tested.
    
    Updates #34927.
    
    Change-Id: I779286fa7d9530a254b53a515ee76b1218821f2f
    Reviewed-on: https://go-review.googlesource.com/c/go/+/201360
    Run-TryBot: Michael Munday <mike.munday@ibm.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
    943df4f6
ecdsa.go 7.74 KB