Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 142 of 142 for dropping (1.64 sec)

  1. src/main/webapp/css/admin/adminlte.min.css.map

    @keyframes progress-bar-stripes {\n    from { background-position: $progress-height 0; }\n    to { background-position: 0 0; }\n  }\n}\n\n.progress {\n  display: flex;\n  height: $progress-height;\n  overflow: hidden; // force rounded corners by cropping it\n  line-height: 0;\n  @include font-size($progress-font-size);\n  background-color: $progress-bg;\n  @include border-radius($progress-border-radius);\n  @include box-shadow($progress-box-shadow);\n}\n\n.progress-bar {\n  display: flex;\n  flex-direction:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    nonce) counter[gcmBlockSize-1] = 1 } else { lenBlock := make([]byte, 16) byteorder.BEPutUint64(lenBlock[8:], uint64(len(nonce))*8) ghash(counter, H, nonce, lenBlock) } } // gcmCounterCryptGener encrypts src using AES in counter mode with 32-bit // wrapping (which is different from AES-CTR) and places the result into out. // counter is the initial value and will be updated with the next value. func gcmCounterCryptGener(b *aes.Block, out, src []byte, counter *[gcmBlockSize]byte) { var mask [gcmBlockSize]byte...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top