Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 164 of 164 for nici (0.09 seconds)

  1. CREDITS

    github.com/ncw/directio
    https://github.com/ncw/directio
    ----------------------------------------------------------------
    Copyright (C) 2012 by Nick Craig-Wood http://www.craig-wood.com/nick/
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
  2. lib/fips140/v1.26.0.zip

    rightShift implements the right shift necessary for bits2int, which takes the // leftmost bits of either the hash or HMAC_DRBG output. // // Note how taking the rightmost bits would have been as easy as masking the // first byte, but we can't have nice things. func rightShift(b []byte, shift int) []byte { if shift <= 0 || shift >= 8 { panic("ecdsa: internal error: shift can only be by 1 to 7 bits") } b = bytes.Clone(b) for i := len(b) - 1; i >= 0; i-- { b[i] >>= shift if i > 0 { b[i] |= b[i-1] <<...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    rightShift implements the right shift necessary for bits2int, which takes the // leftmost bits of either the hash or HMAC_DRBG output. // // Note how taking the rightmost bits would have been as easy as masking the // first byte, but we can't have nice things. func rightShift(b []byte, shift int) []byte { if shift <= 0 || shift >= 8 { panic("ecdsa: internal error: shift can only be by 1 to 7 bits") } b = bytes.Clone(b) for i := len(b) - 1; i >= 0; i-- { b[i] >>= shift if i > 0 { b[i] |= b[i-1] <<...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  4. src/main/webapp/css/admin/adminlte.min.css.map

    xlpCI,kHAiCQ,iBAAA,QACA,aAAA,QACA,MAAA,KlI4jpCZ,0HkI/lpCI,0HAuCQ,MAAA,qBlI6jpCZ,gIkIpmpCI,gIA0CU,MAAA,KlI+jpCd,gHkIzmpCI,gHAgDM,aAAA,QpD9DN,2GoDKM,aAAA,QpDLN,4GoDUI,aAAA,QlI6npCR,uGACA,6GAFA,sGAFA,uGACA,6GkIvnpCI,sGAOQ,OAAA,IAAA,MAAA,QlIwnpCZ,8FkI/npCI,8FAaI,iBAAA,QACA,MAAA,KlIunpCR,6GACA,mHkItopCI,6GAAA,mHAmBQ,iBAAA,QACA,MAAA,KlIwnpCZ,2FkI5opCI,2FA6BQ,aAAA,QlIonpCZ,gHkIjppCI,gHAiCQ,iBAAA,QACA,aAAA,QACA,MAAA,KlIqnpCZ,wHkIxppCI,wHAuCQ,MAAA,qBlIsnpCZ,8HkI7ppCI,8HA0CU,MAAA,KlIwnpCd,8GkIlqpCI,8GAgDM...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 3.7M bytes
    - Click Count (3)
Back to Top