https://github.com/noloader/power8-crypto
The unoffical guide to POWER8 in-core crypto
https://github.com/noloader/power8-crypto
aes-power8 book c cplusplus cryptography docbook powerpc sha-power8
Last synced: 10 months ago
JSON representation
The unoffical guide to POWER8 in-core crypto
- Host: GitHub
- URL: https://github.com/noloader/power8-crypto
- Owner: noloader
- Created: 2018-03-13T14:28:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T14:39:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T18:45:24.617Z (about 1 year ago)
- Topics: aes-power8, book, c, cplusplus, cryptography, docbook, powerpc, sha-power8
- Language: Shell
- Size: 14.6 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the Unoffical Guide to POWER8 in-core crypto. The document is a collection of field notes to help implementers cut-in POWER8 cryptography support. The notes are from our experience with implementing POWER8 for [AES-Instrinsics](https://github.com/noloader/AES-Intrinsics) and [SHA-Instrinsics](https://github.com/noloader/SHA-Intrinsics).
If you want to contribute to the book then clone the repository, make pull requests and open bug reports. Techinical editing is especially welcomed. We would be happy to take contributions and add additional authors.
If you only want the field notes then download power8-crypto.pdf. It is the compiled book with information that is missing from the IBM documents. If you find errors or omissions then make pull requests and open bug reports.
The book is built using DocBook. The instructions to setup DocBook on Ubuntu 16.04, 18.04 and 20.04 with Apache FOP 2.8 are available at https://github.com/noloader/Dockbook-Install.