facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renaming of variables and functions

kevinlewi opened this issue · comments

Putting together a list of things that I think should be renamed (variables, functions):

  • VRF public key: get_public_key -> get_verification_key
  • AkdLabel and AkdValue -> Label and Value
  • from_utf8_str -> str
  • Append-Only Proofs -> Audit Proofs
  • lookup_verify -> verify_lookup
  • key_history -> history
  • key_history_verify -> verify_history
  • audit_verify -> verify_audit
  • uname -> akd_label