translate clmul* to python for easier testing
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 15 Mar 2022 08:41:15 +0000 (01:41 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 15 Mar 2022 08:41:15 +0000 (01:41 -0700)
commit8856d505f4c3bd65b2e3c11b14b806cd34368a4b
treea2241624fa119223a09c9161a4e6f271f1513670
parentfd0afff6c80014b128b7b1a275f88065d532f1fe
translate clmul* to python for easier testing
openpower/__init__.py [new file with mode: 0644]
openpower/sv/__init__.py [new file with mode: 0644]
openpower/sv/bitmanip.mdwn
openpower/sv/bitmanip/__init__.py [new file with mode: 0644]
openpower/sv/bitmanip/clmul.py [new file with mode: 0644]
openpower/sv/bitmanip/clmulh.py [new file with mode: 0644]
openpower/sv/bitmanip/clmulr.py [new file with mode: 0644]