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

sm4: use VSBOX/VCIPHERLAST to optimize ppc64x #249

Closed
8 tasks done
emmansun opened this issue Sep 10, 2024 · 1 comment
Closed
8 tasks done

sm4: use VSBOX/VCIPHERLAST to optimize ppc64x #249

emmansun opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@emmansun
Copy link
Owner

emmansun commented Sep 10, 2024

  • expand key with VCIPHERLAST
  • encrypt single block with VCIPHERLAST
  • multiple blocks with VCIPHERLAST
  • CBC模式并行解密优化。
  • ECB模式并行加解密优化。
  • CTR模式并行加解密优化。
  • GCM模式优化。
  • Try to use VSBOX。
@emmansun emmansun added the enhancement New feature or request label Sep 10, 2024
@emmansun emmansun self-assigned this Sep 10, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 12, 2024
emmansun added a commit that referenced this issue Sep 13, 2024
emmansun added a commit that referenced this issue Sep 13, 2024
emmansun added a commit that referenced this issue Sep 23, 2024
@emmansun emmansun changed the title sm4: use VCIPHERLAST to optimize ppc64x sm4: use VSBOX/VCIPHERLAST to optimize ppc64x Sep 23, 2024
@emmansun
Copy link
Owner Author

emmansun commented Oct 6, 2024

v0.29.0

@emmansun emmansun closed this as completed Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant