- Sort Score
- Result 10 results
- Languages All
Results 121 - 121 of 121 for decompression (1.19 sec)
-
lib/fips140/v1.1.0-rc1.zip
privBytes[:32]) hs := sha512.New() hs.Write(priv.seed[:]) h := hs.Sum(make([]byte, 0, sha512Size)) if _, err := priv.s.SetBytesWithClamping(h[:32]); err != nil { panic("ed25519: internal error: setting scalar failed") } // Note that we are not decompressing the public key point here, // because it takes > 20% of the time of a signature generation. // Signing doesn't use it as a point anyway. copy(priv.pub[:], privBytes[32:]) copy(priv.prefix[:], h[32:]) return priv, nil } func NewPublicKey(pub []byte)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)