NilFoundation / crypto3-vdf

Verifiable delay functions for =nil; Crypto3 cryptography suite
MIT License
9 stars 1 forks source link

Introduce "Inspectable" concept usage #3

Open nemothenoone opened 4 years ago

nemothenoone commented 4 years ago

Inspectable concept is required for recursive type marshalling support to be done. Example of such a requirement - generic type serialization to Integral concept-complying type (or sequence of ones).