grondilu / libdigest-raku

Raku implementation of various digests
Artistic License 2.0
27 stars 42 forks source link

Don't use explosive encoding #19

Closed zoffixznet closed 5 years ago

zoffixznet commented 7 years ago

Encoding to ASCII will explode for codepoints >127. Use utf8-c8 in example that'll accept anything.

(also; gender-neutralize the doc)