Skip to content
Snippets Groups Projects
Commit f69b3823 authored by Éloïs's avatar Éloïs
Browse files

[RFC17] comment encoding must be in base64 without padding

parent 8a139ad0
No related branches found
No related tags found
1 merge request!13Tx comment encrypt
......@@ -104,7 +104,7 @@ It is recommended to randomly generate a random number of extra bytes to obscure
## Encoding in transaction document
Encrypted message in encoded in base 64 in transaction comment directly (DUBP protocol already accept all base 64 characters).
Encrypted message in encoded in base 64 (without padding) in transaction comment directly (DUBP protocol already accept all base 64 characters).
## Maximum message length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment