def
definition
def or abbrev
cert
show as:
view Lean formalization →
formal statement (Lean)
64noncomputable def cert : KeyLengthCert where
65 ratio_pos := securityLevelRatio_pos
proof body
Definition body.
66 ratio_gt_one := securityLevelRatio_gt_one
67 key_doubling := keyLength_doubling
68