Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ringDecodeAndDecompress10 (0.76 sec)

  1. src/crypto/internal/mlkem768/mlkem768.go

    		b = b[5:]
    	}
    	return s
    }
    
    // ringDecodeAndDecompress10 decodes a 320-byte encoding of a ring element where
    // each ten bits are mapped to an equidistant distribution.
    //
    // It implements ByteDecode₁₀, according to FIPS 203 (DRAFT), Algorithm 5,
    // followed by Decompress₁₀, according to FIPS 203 (DRAFT), Definition 4.6.
    func ringDecodeAndDecompress10(bb *[encodingSize10]byte) ringElement {
    	b := bb[:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
Back to top