Update Log - v1.5.0
- Added Utilities.CSPRNG (Cryptographically secure pseudo RNG)
- Optimized Conversions.FromHex by 300%
- Optimized EdDSA SHA512 by 15%
- Optimized Base64 by ~30-60% (If your use case is just encoding in Base64, this is faster than HttpService:JSONEncode and JSONDecode)
- Base64.Encode now returns a buffer