Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPrivateKey (0.32 sec)

  1. lib/fips140/v1.0.0.zip

    of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package ecdsa import ( "bytes" "crypto/internal/fips140" _ "crypto/internal/fips140/check" "crypto/internal/fips140/sha512" "errors" "sync" ) func testPrivateKey() *PrivateKey { // https://www.rfc-editor.org/rfc/rfc9500.html#section-2.3 return &PrivateKey{ pub: PublicKey{ curve: p256, q: []byte{ 0x04, 0x42, 0x25, 0x48, 0xF8, 0x8F, 0xB7, 0x82, 0xFF, 0xB5, 0xEC, 0xA3, 0x74, 0x44, 0x52, 0xC7, 0x2A, 0x1E,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top