Top-level Altcha module providing backward-compatible access to V1 functions.
Versioned namespaces
Altcha.V1— original hash-based proof-of-work (SHA-1/256/512)Altcha.V2— key-derivation-based proof-of-work (PBKDF2, iterative SHA)
All functions in this module delegate to Altcha.V1.
New code should use Altcha.V1 or Altcha.V2 explicitly.