decentralized-identity / bbs-signature

The BBS Signature Scheme
https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html
Apache License 2.0
80 stars 26 forks source link

Text representation #234

Closed BasileiosKal closed 1 year ago

BasileiosKal commented 1 year ago

Tracking issue for a comment made by @andrewwhitehead in #230.

In the draft we are referring to text as ASCII string. This is kinda confusing as often ASCII refers to the characters octet encoding rather than the characters themselves. Alternatives include: Text, String, Character sequences etc.

Note: the only place we actually use this terminology is for encoding the ciphersuite id and the DSTs.

Some questions are:

OR13 commented 1 year ago

U+1FAE0

tplooker commented 1 year ago

+1 to the proposal to simplify the specification to state the octet representation of any strings rather than define complex string encoding rules

BasileiosKal commented 1 year ago

Discussed on WG call 9th of January. Next step is to open PR on this approach (use the octet representation of string rather than the strings).

BasileiosKal commented 1 year ago

Discussed on WG call 23d of January. Next step is to open PR with example.