Search Options

Results per page
Sort
Preferred Languages
Advance

Results 821 - 822 of 822 for Lesser (0.12 sec)

  1. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    adobeaemcloud.com
    *.dev.adobeaemcloud.com
    aem.live
    hlx.live
    adobeaemcloud.net
    aem.page
    hlx.page
    hlx3.page
    
    // Adobe Developer Platform : https://developer.adobe.com
    // Submitted by Jesse MacFadyen<jessem@adobe.com>
    adobeio-static.net
    adobeioruntime.net
    
    // Africa.com Web Solutions Ltd : https://registry.africa.com
    // Submitted by Gavin Brown <******@****.***>
    africa.com
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    // 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:]) if err := fipsPCT(priv); err != nil { // This can happen if the application messed with the private key // encoding, and the public key doesn't match the seed anymore. return nil, err } return priv, nil } func NewPublicKey(pub []byte) (*PublicKey, error) { p := &PublicKey{} return newPublicKey(p, pub) } func newPublicKey(pub *PublicKey,...
    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