Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NonCanonicalR (0.09 sec)

  1. src/crypto/ed25519/ed25519vectors_test.go

    			// Our point decoding allows non-canonical encodings (in violation
    			// of RFC 8032) but R is not decoded: instead, R is recomputed and
    			// compared bytewise against the canonical encoding.
    			case "NonCanonicalR":
    				expectedToVerify = false
    			}
    		}
    
    		publicKey := decodeHex(t, v.A)
    		signature := append(decodeHex(t, v.R), decodeHex(t, v.S)...)
    		message := []byte(v.M)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 25 14:52:51 UTC 2022
    - 3.7K bytes
    - Viewed (0)
Back to top