mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
docs: use consistent style for comment blocks
prefix comment blocks with ///
This commit is contained in:
@@ -30,7 +30,7 @@ const auto securityLevel = SECURITY_LEVEL_128;
|
||||
const auto keyFormat = KEY_FORMAT_BINARY;
|
||||
const auto v0Curve = getV0Curves(securityLevel, keyFormat);
|
||||
|
||||
// For the v0 the secretKeyID and precision are the same for all gates.
|
||||
/// For the v0 the secretKeyID and precision are the same for all gates.
|
||||
llvm::Expected<CircuitGate> gateFromMLIRType(LweSecretKeyID secretKeyID,
|
||||
Precision precision,
|
||||
Variance variance,
|
||||
|
||||
Reference in New Issue
Block a user