Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Msg (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    checkPublicKey(pub); err != nil { return nil, err } else if !fipsApproved { fips140.RecordNonApproved() } k := pub.Size() if len(msg) > k-2*hash.Size()-2 { return nil, ErrMessageTooLong } hash.Reset() hash.Write(label) lHash := hash.Sum(nil) em := make([]byte, k) seed := em[1 : 1+hash.Size()] db := em[1+hash.Size():] copy(db[0:hash.Size()], lHash) db[len(db)-len(msg)-1] = 1 copy(db[len(db)-len(msg):], msg) if err := drbg.ReadWithReaderDeterm(random, seed); err != nil { return nil, err } mgf1XOR(db, mgfHash, seed) mgf1XOR(seed,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. RELEASE.md

    # Release 2.2.0
    
    TensorFlow 2.2 discontinues support for Python 2,
    [previously announced](https://groups.google.com/a/tensorflow.org/d/msg/announce/gVwS5RC8mds/dCt1ka2XAAAJ)
    as following
    [Python 2's EOL on January 1, 2020](https://www.python.org/dev/peps/pep-0373/#update).
    
    Coinciding with this change, new releases of
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top