Skip to content

Commit

Permalink
Readme.md modified guru-irl#20
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihalh55 committed Nov 13, 2018
1 parent 8007632 commit aaef3b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ AES is parallelisable as it is a symmetric block ciper and the encryption of eac

The paper talks about 6 algorithms, namely:

* GCS : GPU Coalescing and Slicing
* GCS &nbsp: GPU Coalescing and Slicing
* GCNS : GPU Coalescing and no Slicing
* GNC : GPU no Coalescing and no Slicing
* CCS : CPU Coalescing and Slicing
* GNC &nbsp: GPU no Coalescing and no Slicing
* CCS &nbsp: CPU Coalescing and Slicing
* CCNS : CPU Coalescing and no Slicing
* CNC : CPU no Coalescing and no Slicing
* CNC &nbsp: CPU no Coalescing and no Slicing

All these algorithms have been implemented in this project and the results have been recorded, visualised and verified.

Expand Down

0 comments on commit aaef3b2

Please sign in to comment.