Skip to content

Commit

Permalink
Merge pull request #7 from 2nd-Layer/master
Browse files Browse the repository at this point in the history
doc: Fix CIP-0008 link
  • Loading branch information
vsubhuman committed Jan 17, 2022
2 parents 0bf48da + 712f140 commit 02ca353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Message Signing

This is a library that implements the [CIP-0008](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0008/CIP-0008.md) message signing spec for the Cardano blockchain.
This is a library that implements the [CIP-0008](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0008/README.md) message signing spec for the Cardano blockchain.

The library is composed of structs for (de)serializing the CBOR defined in CIP-0008/COSE which lays at the core of the protocol, mostly defined in `lib.rs`, as well as many helper utilities for more specific cases useful to CIP-0008. These are mostly in `builders.rs` for building the CBOR structures specific to certain algorithms.

Expand Down

0 comments on commit 02ca353

Please sign in to comment.