Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for db (0.05 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    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, mgfHash, db) return encrypt(pub, em) } // DecryptOAEP decrypts ciphertext using RSAES-OAEP. func DecryptOAEP(hash, mgfHash fips140.Hash,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    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.ReadWithReader(random, seed); err != nil { return nil, err } mgf1XOR(db, mgfHash, seed) mgf1XOR(seed, mgfHash, db) return encrypt(pub, em) } // DecryptOAEP decrypts ciphertext using RSAES-OAEP. func DecryptOAEP(hash, mgfHash hash.Hash, priv *PrivateKey,...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

        opt raise
            dep -->> handler: Raise HTTPException
            handler -->> client: HTTP error response
            dep -->> dep: Raise other exception
        end
        dep ->> operation: Run dependency, e.g. DB session
        opt raise
            operation -->> dep: Raise HTTPException
            dep -->> handler: Auto forward exception
            handler -->> client: HTTP error response
            operation -->> dep: Raise other exception
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    33C6          ; mapped                 ; 0063 2215 006B 0067 #1.1 SQUARE C OVER KG
    33C7          ; disallowed                             # 1.1  SQUARE CO
    33C8          ; mapped                 ; 0064 0062     # 1.1  SQUARE DB
    33C9          ; mapped                 ; 0067 0079     # 1.1  SQUARE GY
    33CA          ; mapped                 ; 0068 0061     # 1.1  SQUARE HA
    33CB          ; mapped                 ; 0068 0070     # 1.1  SQUARE HP
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top