From 790426eb3ebcad59c234f39c10535e0e6e93cbff Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 13 Jul 2022 15:57:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65c9ef5..41d4696 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is the java network library with support for SSL, standard cipher encryption (.net Compatible!), fragmentation, packet object and network stream support. +This requires the [calmstdcrypt library](https://code.mrmelon54.xyz/alfred/calmstdcrypt), which is my cryptographic wrapper library. + This library contains streams that can wrap both Socket and DatagramSocket objects. Sending large amounts over UDP is also do-able using the fragmentation part of the library.