Folder
Homonyms
cybics/crypto
crypto
cybics/crypto/crypto
crypto the domain of trust through mathematics. crypto is the phenomenon of replacing human trust with computational guarantees: cryptographic proofs verify claims, tokens encode incentives, consensus algorithms agree on state without central authority. not just cryptography (the math of secrets) ββ¦
warriors/trisha/baselines/triton/std/crypto
Additional crypto baseline contracts `ecdsa.tasm` implements the public module's actual curve-agnostic scalar policy and encoding helpers. `valid_range` requires `0 < r,s < order`; `is_low_s` requires `0 < s <= floor(order/2)`. The latter independently checks s and does not replace the r check orβ¦