You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
As explained by the Vsys team (here https://github.com/virtualeconomy/js-v-sdk/wiki/How-to-Encrypt-and-Decrypt-a-message) it is possible to encrypt a message in a transaction using js-nacl, the key-pair from the vsystems account are compatible with it, meanwhile, for the McEliece algorithm it is not specified how could we transfers the public key to someone, therefore, it is potentially, useless.
In some chain, it is possible to have a transaction object property called "is_encrypted" which can correlate to "nacl" for example, very good for a standardized way to use it.
Also, a question that I have is the size limit of the message embed in a transaction.