Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 172 of 172 for 8080 (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    a BSD-style // license that can be found in the LICENSE file. package gcm import ( "crypto/internal/fips140" "crypto/internal/fips140/aes" "crypto/internal/fips140/subtle" ) // CMAC implements the CMAC mode from NIST SP 800-38B. // // It is optimized for use in Counter KDF (SP 800-108r1) and XAES-256-GCM // (https://c2sp.org/XAES-256-GCM), rather than for exposing it to applications // as a stand-alone MAC. type CMAC struct { b aes.Block k1 [aes.BlockSize]byte k2 [aes.BlockSize]byte } func NewCMAC(b...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    &.navbar-light {\n      .form-control-navbar {\n        &::placeholder {\n          color: rgba($gray-800, .8);\n        }\n        &,\n        + .input-group-append > .btn-navbar {\n          background-color: darken($color, 4%);\n          border-color: darken($color, 9%);\n          color: rgba($gray-800, .8);\n        }\n\n        &:focus {\n          &::placeholder {\n            color: $gray-800;\n          }\n          &,\n          + .input-group-append .btn-navbar {\n            background-color:...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top