-
Viktor Dukhovni authored
literalFromOctetString :: Quote m => String -> Code m ByteString literalFromHex :: Quote m => String -> Code m ByteString The former rejects inputs with non-octet code points above 0xFF. The latter rejects odd-length inputs or inputs with characters other than non-hexadecimal digits. Co-authored-by:Viktor Dukhovni <ietf-dane@dukhovni.org>
Viktor Dukhovni authoredliteralFromOctetString :: Quote m => String -> Code m ByteString literalFromHex :: Quote m => String -> Code m ByteString The former rejects inputs with non-octet code points above 0xFF. The latter rejects odd-length inputs or inputs with characters other than non-hexadecimal digits. Co-authored-by:Viktor Dukhovni <ietf-dane@dukhovni.org>
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading