Skip to content
Henk van Cann edited this page Jul 7, 2023 · 1 revision

Definition

a context-specific coding scheme, for the common use case of thresholded multi-signature schemes in CESR.

Related to CESR

One way to compactly associated each signature with its public key is to include in the text code for that signature the index into the ordered set of public keys. A popular signature raw binary size is 64 bytes which has a pad size of 2. This gives two code characters for a compact text code. The first character is the selector and type code. The second character is the Base64 encoded integer index.

More at source Github Repo Ietf-CESR

Clone this wiki locally