http://74f5ydnjsrizxzjux3ivt5qt2epgzvq2pfipttdpjblyqcx7i4sq.b32.i2p/chat98/chat98/commit/358aa6038cb79ae451a8d6d1fae44ba32ac77741.diff
These keys are X25519 keys, and the encryption algorithm used for this layer is **AES/CBC/PKCS5Padding**. This message type/layer is NEVER sent by itself to the server. It is always encrypted later on into Layer 1 (IrcEncryptedMessage).
+
+#### Layer 1 (IrcEncryptedMessage.java)
+
+This layer contains the IrcMessage, but the sender uses a shared secret generated with a one-time-use X25519 private key, and the recipient's public key, and it...