Skip to content

Commit

Permalink
Update eliza-plugin-dot.md
Browse files Browse the repository at this point in the history
Fix Markdown
  • Loading branch information
semuelle authored Jan 20, 2025
1 parent f45cc8e commit ffd8a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/eliza-plugin-dot.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Encrypted data.
This encrypted comment is stored:
Byte string is divided into segments and is stored in a chain of cells c_1,...,c_k (c_1 is the root of the body). Each cell (except for the last one) has a reference to the next.
c_1 contains up to 35 bytes (not including 4-byte tag), all other cells contain up to 127 bytes.
This format has the following limitations: k <= 16, max string length is 1024.
This format has the following limitations: k \<= 16, max string length is 1024.
> This excellent encryption/decryption method ensures the uniqueness of each encrypted message, even for identical content. Additionally, it eliminates the need to store AES encryption keys on servers, making it more universal, secure, and decentralized.
---

Expand Down Expand Up @@ -137,4 +137,4 @@ The project is in the preparation phase. Code repository: https://github.com/Cha

## Future Plans

We have consistently provided foundational technical support in the Polkadot ecosystem and are enthusiastic about building our own AI products in the future. Our goal is to enable Substrate-based blockchains to find broader use cases in social and AI domains. We plan to continue enriching Polkadot's functionality and rely on Eliza's large developer community for ongoing maintenance.
We have consistently provided foundational technical support in the Polkadot ecosystem and are enthusiastic about building our own AI products in the future. Our goal is to enable Substrate-based blockchains to find broader use cases in social and AI domains. We plan to continue enriching Polkadot's functionality and rely on Eliza's large developer community for ongoing maintenance.

0 comments on commit ffd8a73

Please sign in to comment.