Emurgo / message-signing

MIT License
26 stars 16 forks source link

Initial work on COSESign builders + COSE enums #2

Closed rooooooooob closed 3 years ago

rooooooooob commented 3 years ago

While the library had all the raw structs that represent the CDDL definitions included in COSE / CIP-08, how they are used was not very obvious or simple.

To help with this this PR introduces several builders/wrappers for interacting/building these structs.

Other utility functionality like CIP-08's user facing encoding were added as well.