Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for derivation (0.06 sec)

  1. lib/fips140/v1.0.0.zip

    seed size of 384 bits, // a counter length of 128 bits, a reseed interval of 2^48 requests, and a // maximum request size of 2^19 bits (2^16 bytes, 64 KiB). // // We support a narrow range of parameters that fit the needs of our RNG: // AES-256, no derivation function, no personalization string, no prediction // resistance, and 384-bit additional input. type Counter struct { // c is instantiated with K as the key and V as the counter. c aes.CTR reseedCounter uint64 } const ( keySize = 256 / 8 SeedSize...
    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

    00DD          ; mapped                 ; 00FD          # 1.1  LATIN CAPITAL LETTER Y WITH ACUTE
    00DE          ; mapped                 ; 00FE          # 1.1  LATIN CAPITAL LETTER THORN
    00DF          ; deviation              ; 0073 0073     # 1.1  LATIN SMALL LETTER SHARP S
    00E0..00F6    ; valid                                  # 1.1  LATIN SMALL LETTER A WITH GRAVE..LATIN SMALL LETTER O WITH DIAERESIS
    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. RELEASE.md

    *   Make the Bigtable client connection pool configurable & increase the
        default # of connections for performance.
    *   Added derivative of `tf.random_gamma` with respect to the alpha parameter.
    *   Added derivative of `tf.igamma(a, x)` and `tf.igammac(a, x)` with respect to
        a.
    *   Modified Bessel functions of order zero and one.
    *   Add FillTriangular Bijector to create triangular matrices.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top