v0.5.0
What's New
- Implemented RSA PKCS#1v1.5 & RSASSA-PSS signature verification functions for SHA-384
- [Example] Added actions
rsasha34&rsapsssha34
What's Changed
- Eliminated potential RSA signature malleability when
s >= n - Fixed initializing
ec_curve_fpconstants - Fixed
ec_fixed_bigintfor unaligned bit sizes - Optimized passing of
std::spanandstd::string_viewobjects to functions, potentially eliminating pointer indirection and aliasing - Rename
assert_rsa_sha1_asserttoassert_rsa_sha1 - Rename
buffer_base::alloctobuffer_base::resize - Renamed word size function to
bitsize_to_wordsize - Updated test gen. scripts
Full Changelog: v0.4.0...v0.5.0