cardano-base
cardano-base copied to clipboard
Code used throughout the Cardano eco-system
I'm not very familiar with Nix, and thus am not sure what I'd need to do to allow me to profile the code in here. This is related to work...
For [this task here](https://github.com/input-output-hk/plutus/issues/4233#issuecomment-976718634). I'm trying to add a dependency on `secp256k1-haskell`, which (to my best understanding), I've done [here](https://github.com/mlabs-haskell/cardano-base/tree/koz/secp-256k1). However, when I try to spin up a `nix-shell`, I...
I think the only remaining use of it is in `SimpleVRF`. It would be nice to keep that as a reference implementation, rather than delete it altogether. Relevant discussion with...
As an alternative to the strategy set out in #102, a potential short-cut is to extend the existing KES Sum construction with secure key erasure. The following is an interim...
We should analyse the coverage of the `cardano-binary` tests to make sure that they're covering as much of the code as possible and testing everything we can think of.
The new `ByteSize` measure should be used for all byte size _summations_ relevant to the Cardano chain. - It has checked arithmetic, with a pure representation of overflow. - It...
The https://cardano-base.cardano.intersectmbo.org/ in the README 404s. The repo does deploy the page: https://intersectmbo.github.io/cardano-base/. But the above URL redirect isn't working.
Networking team needs to pin down CBOR encoding for CDDL spec of the big ledger peer snapshot format.
The following Required docs are missing and should show on the Main page of Code: CODEOWNERS, CHANGELOG.md If there are CHANGELOG's please create a top level file and link accordingly....
Hi, I'm starting preliminary implementation of this [CIP](https://github.com/cardano-foundation/CIPs/pull/826/files). It proposes RIPEMD-160 addition to `plutus-core` (so to `cardano-crypto-class` as well). I have preliminary implementation which [introduces this change on top of...