Lines Matching full:matrix
37 Instead of the bulky "A" ("m" in the code) matrix, which represents the majority
39 key, holds a 32-byte seed from which the the matrix is regenerated by the recipient
41 In the OpenSSL implementation, the matrix is *eagerly* evaluated as part of
44 Since the private key includes the public key as one of its components, the matrix
48 possible to save space and compute the matrix elements *just-in-time*, as each
49 matrix element is used exactly once.
50 This is not currently implemented, and the matrix is pre-computed in full.
52 However, the same matrix is used both during key generation and decapsulation
55 If we wanted to do *just-in-time* matrix computation for decapsulation, we'd
57 is known, and to change the algorithm code to generate matrix elements on
60 512 bytes in memory for ML-KEM-768, for the full matrix, instead of 512 bytes