Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nettle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Nettle
  • nettle
  • Merge requests
  • !48

[PowerPC] Implement Poly1305 multi block update based on radix 2^44

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Maamoun TK requested to merge mamonet/nettle:ppc-r64-44-n into master May 29, 2022
  • Overview 0
  • Commits 3
  • Changes 13

This patch optimizes Poly1305 for powerpc64 architecture by utilizing POWER9-specific instruction vmsumudm for full 64-bit multiplication applied on 4-blocks at parallel based on radix 2^44

testsuite passes all tests of this patch.

Benchmark of poly1305 update using nettle-benchmark on Power9

C This patch
472.63 Mbyte/s 2136.30 Mbyte/s
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ppc-r64-44-n