0.3.0
undergroundwires
released this
30 Mar 23:07
·
212 commits
to master
since this release
Security
IFastRandom
is now seeded with strong random data.- Fixed memory leak problem in
SafeStringToStringMarshaler
. - Protection against timing attacks in
SafeByte
/SafeString
comparisons.
Added
- Added support for netstandard2.0, net462, net47, net471, net472
Fixed
- Sanity check hash size function returning wrong value.
- Minor fixes
Changed
- Updated framework dependencies to the latest available for different platforms
Removed
- Removed unnecessary code from
StartEarly
.
Performance
- Optimized serialization and encryption with async operations.
- Minor performance optimizations in random generators.
- More parallel implementation in inner classes.
- Other minor performance optimizations