Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 32 of 32 for xlsb (0.07 seconds)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    have been called to empty it. dsbyte also contains the // first one bit for the padding. See the comment in the state struct. d.a[d.n] ^= d.dsbyte // This adds the final one bit for the padding. Because of the way that // bits are numbered from the LSB upwards, the final bit is the MSB of // the last byte. d.a[d.rate-1] ^= 0x80 // Apply the permutation d.permute() d.state = spongeSqueezing } // Write absorbs more data into the hash's state. func (d *Digest) Write(p []byte) (n int, err error) { return...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  2. api/go1.1.txt

    pkg compress/gzip, const BestSpeed = 1
    pkg compress/gzip, const DefaultCompression = -1
    pkg compress/gzip, const NoCompression = 0
    pkg compress/gzip, method (*Writer) Flush() error
    pkg compress/lzw, const LSB = 0
    pkg compress/lzw, const MSB = 1
    pkg compress/zlib, const BestCompression = 9
    pkg compress/zlib, const BestSpeed = 1
    pkg compress/zlib, const DefaultCompression = -1
    pkg compress/zlib, const NoCompression = 0
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Click Count (0)
Back to Top