Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 8, 2023
1 parent fc1865f commit a0cc3ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyMDOC-CBOR

Python parser and writer for eIDAS MDOC CBOR.
Python parser and writer for EUDI Wallet MDOC CBOR for credential Type 1 and also or mDL use cases.

> This project is an experimental proposal born for educational purposes. Please do not consider it as usable before the release 0.6.0.
Expand Down Expand Up @@ -77,7 +77,13 @@ mdoc
>> returns a python dictionay
mdoc.dump()
>> returns mdoc cbor bytes
>> returns mdoc mso bytes
mdoci.dump()
>> returns bytes
mdoci.dumps()
>> returns AF Binary string representation
````

### Issue an MSO alone
Expand Down

0 comments on commit a0cc3ff

Please sign in to comment.