Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for db (0.03 sec)

  1. lib/fips140/v1.0.0.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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. 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 Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. 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 Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top