- Sort Score
- Result 10 results
- Languages All
Results 161 - 161 of 161 for ediyor (0.96 sec)
-
lib/fips140/v1.0.0.zip
// 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, 0x55, 0x8F, 0xBD, 0x6F, 0x73, 0xBE, 0x5E, 0x48,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)