PodType - 0xPARC/pod2 GitHub Wiki

Standard Pods

The standard pod types are defined in the pod2 library

PodType Name
0 None
1 MockSigned
2 MockMain
3 MockEmpty
4 Signed
5 Main
6 Empty

Introduction Pods

Introduction pods are implemented in external libraries by anyone and by convention use PodType > 1000. We list them here to define a canonical assignment of PodType values.

PodType Name url
1001 Ecdsa signature verification https://github.com/0xPARC/introduction-pods/pull/1
1002 Ed25519 signature verification https://github.com/0xPARC/introduction-pods/pull/2