Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for bytepadWrite (0.08 seconds)

  1. lib/fips140/v1.26.0.zip

    initialized // by newCShake function and stores concatenation of N followed by S, encoded // by the method specified in 3.3 of [1]. // It is stored here in order for Reset() to be able to put context into // initial state. initBlock []byte } func bytepadWrite(c *SHAKE, data []byte, rate int) { rateEnc := leftEncode(uint64(rate)) c.Write(rateEnc) c.Write(data) if padlen := rate - (len(rateEnc)+len(data))%rate; padlen < rate { const maxRate = rateK256 c.Write(make([]byte, padlen, maxRate)) // explicit...
    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)
Back to Top