Skip to content

v1.3.0

Choose a tag to compare

@daily3014 daily3014 released this 24 Jun 15:33
· 263 commits to main since this release

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