pith. machine review for the scientific record. sign in
def

cert

definition
show as:
view math explainer →
module
IndisputableMonolith.Cryptography.KeyLengthFromPhiLadder
domain
Cryptography
line
64 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Cryptography.KeyLengthFromPhiLadder on GitHub at line 64.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  61  ratio_gt_one : 1 < securityLevelRatio
  62  key_doubling : keyLength128 * 2 = keyLength256
  63
  64noncomputable def cert : KeyLengthCert where
  65  ratio_pos := securityLevelRatio_pos
  66  ratio_gt_one := securityLevelRatio_gt_one
  67  key_doubling := keyLength_doubling
  68
  69theorem cert_inhabited : Nonempty KeyLengthCert := ⟨cert⟩
  70
  71end
  72end KeyLengthFromPhiLadder
  73end Cryptography
  74end IndisputableMonolith