Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. lib/fips140/v1.0.0.zip

    saltLength < 0 { return nil, errors.New("crypto/rsa: salt length cannot be negative") } // FIPS 186-5, Section 5.4(g): "the length (in bytes) of the salt (sLen) // shall satisfy 0 ≤ sLen ≤ hLen". if saltLength > hash.Size() { fips140.RecordNonApproved() } salt := make([]byte, saltLength) if err := drbg.ReadWithReaderDeterm(rand, salt); err != nil { return nil, err } emBits := priv.pub.N.BitLen() - 1 em, err := emsaPSSEncode(hashed, emBits, salt, hash) if err != nil { return nil, err } // RFC 8017:...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2FC3          ; mapped                 ; 9CE5          # 3.0  KANGXI RADICAL BIRD
    2FC4          ; mapped                 ; 9E75          # 3.0  KANGXI RADICAL SALT
    2FC5          ; mapped                 ; 9E7F          # 3.0  KANGXI RADICAL DEER
    2FC6          ; mapped                 ; 9EA5          # 3.0  KANGXI RADICAL WHEAT
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * ⬆ Bump sqlmodel from 0.0.23 to 0.0.24. PR [#13665](https://github.com/fastapi/fastapi/pull/13665) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * 🔧 Update Sponsors: Zuplo logo and alt text. PR [#13645](https://github.com/fastapi/fastapi/pull/13645) by [@martyndavies](https://github.com/martyndavies).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top