Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SHA-384 RSA PKCS#1v1.5 & RSASSA-PSS signature verification functions && Fix bugs & optimize #10

Merged
merged 11 commits into from
Dec 14, 2023

Conversation

smlu
Copy link
Member

@smlu smlu commented Dec 14, 2023

Changes

  • Added SHA-384 RSA PKCS#1v1.5 & RSASSA-PSS signature verification functions
  • Fixed potential RSA signature malleability
  • Fixed initializing ec_curve_fp constants
  • Fixed ec_fixed_bigint for unaligned bit sizes
  • Rename assert_rsa_sha1_assert to assert_rsa_sha1
  • Rename buffer_base::alloc to buffer_base::resize
  • Renamed word size function to bitsize_to_wordsize
  • Updated test gen. scripts

@smlu smlu self-assigned this Dec 14, 2023
@smlu smlu merged commit 8f5c092 into master Dec 14, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant