- Fixed some comments.
This commit is contained in:
parent
780ca9880f
commit
d87d9ede30
@ -410,8 +410,12 @@ prune_theorems (const System sys)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// To be on the safe side, we currently limit the encryption level. This is not a problem for known attacks, but should be addressed more carefully at some point.
|
// To be on the safe side, we currently limit the encryption level.
|
||||||
/**
|
/**
|
||||||
|
* This is not a problem for known attacks, but should be addressed more
|
||||||
|
* carefully at some point. If there are variables that can contain
|
||||||
|
* encryptions, this is maybe not correct: make proof!
|
||||||
|
*
|
||||||
* @todo Fix untyped variables reasoning
|
* @todo Fix untyped variables reasoning
|
||||||
*/
|
*/
|
||||||
if (term_encryption_level (b->term) > max_encryption_level)
|
if (term_encryption_level (b->term) > max_encryption_level)
|
||||||
|
Loading…
Reference in New Issue
Block a user