Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 78 for ed25519 (0.13 sec)

  1. src/crypto/ed25519/ed25519.go

    			return errors.New("ed25519: invalid signature")
    		}
    		return nil
    	default:
    		return errors.New("ed25519: expected opts.Hash zero (unhashed message, for standard Ed25519) or SHA-512 (for Ed25519ph)")
    	}
    }
    
    func verify(publicKey PublicKey, message, sig []byte, domPrefix, context string) bool {
    	if l := len(publicKey); l != PublicKeySize {
    		panic("ed25519: bad public key length: " + strconv.Itoa(l))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv12-Ed25519

    Filippo Valsorda <******@****.***> 1684886145 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Server-TLSv13-Ed25519

    Filippo Valsorda <******@****.***> 1684936196 +0200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv10-Ed25519

    Filippo Valsorda <******@****.***> 1558048409 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:13:45 UTC 2019
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv13-Ed25519

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-Ed25519

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv11-Ed25519

    Filippo Valsorda <******@****.***> 1558048409 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:13:45 UTC 2019
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv13-ClientCert-Ed25519

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv10-ClientCert-Ed25519

    Filippo Valsorda <******@****.***> 1558048409 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:13:45 UTC 2019
    - 8.3K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-ClientCert-Ed25519

    Roland Shoemaker <******@****.***> 1715710936 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top