-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A Holder performing a presentation uses this library's helper functions of the form usingSessionTranscript_____. Under the covers these construct appropriately formed CBOR-encodings of a DataItem using custom extensions to an external CBOR library. Without access to those custom CBOR extensions, how can a Verifier make the same calculation?
I could see two potential solutions:
- the library exports its
cborEncodefunction so that verifiers can use it to calculate what the session transcript bytes should be; or - additional helper functions like the
usingSessionTranscript_____onDeviceResponseare added to theVerifierclass so that they can be called instead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request