cardano-base
cardano-base copied to clipboard
Code used throughout the Cardano eco-system
Add developer-focused documentation with working examples for all packages in cardano-base. ## Changes - **Enhanced existing docs** : README.md, cardano-binary, cardano-crypto-class, cardano-crypto-praos - **Added new READMEs** : base-deriving-via, cardano-slotting, cardano-strict-containers,...
We need to get the auditor on board when we can show them something. We need this probably only for the key generation, but a more general audit on all...
# Description # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests are added if needed and existing tests are...
# Description # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages - [ ] New tests are added if needed and existing tests are...
Example of type families with concrete types that do not have `NFData` instances since they are not required by their `*Algorithm` type class: * `CertVRF` * `VerKeyVRF` * `SignKeyVRF` *...