mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
style(compiler/client): fix the naming LweSize to LweDimension for key size
This commit is contained in:
committed by
Quentin Bourgerie
parent
3330b2f855
commit
c8b45cc853
@@ -23,12 +23,12 @@ typedef size_t PolynomialSize;
|
||||
typedef size_t Precision;
|
||||
typedef double Variance;
|
||||
|
||||
typedef uint64_t LweSize;
|
||||
typedef uint64_t LweDimension;
|
||||
typedef uint64_t GlweDimension;
|
||||
|
||||
typedef std::string LweSecretKeyID;
|
||||
struct LweSecretKeyParam {
|
||||
LweSize size;
|
||||
LweDimension size;
|
||||
|
||||
void hash(size_t &seed);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user