v1.3.0
rbx cryptography v1.3.0
+ Code cleanup
+ Added Simon (Fast alternative encryption algorithm)
+ Added Speck (Fast alternative encryption algorithm)
+ Added XOR (Ultra fast implementation, note that this should never be used with the same key twice!)
+ Optimized CRC32 by ~30%
+ Optimized ChaCha20 by 46%
+ Optimized EdDSA
+ QoL improvements