Comment on “YOLO” is not a valid hash constructionparentComments−akira25012yIf your data can't contain a NUL byte then you could just XOR all the bytes of the message by the separator character byte itself.−layer82yIf your data can't contain a NUL byte you can just use NUL as the separator.
Comments
If your data can't contain a NUL byte then you could just XOR all the bytes of the message by the separator character byte itself.
If your data can't contain a NUL byte you can just use NUL as the separator.