Skip to content

Commit

Permalink
picnic and lowmc submodules were added
Browse files Browse the repository at this point in the history
  • Loading branch information
hadipourh committed Nov 29, 2019
1 parent 554f557 commit d715655
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "AES-VHDL"]
path = AES-VHDL
url = https://github.com/hadipourh/AES-VHDL
[submodule "Picnic-FPGA"]
path = Picnic-FPGA
url = https://github.com/IAIK/Picnic-FPGA
1 change: 1 addition & 0 deletions Picnic-FPGA
Submodule Picnic-FPGA added at 934fb2
36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ The motivation of creating this repository is to have a centralized point where
8. [Klein](#klein1)
9. [LED128](#led128_1)
10. [LED64](#led64_1)
11. [Midori](#midori1)
12. [Piccolo](#piccolo)
13. [PRESENT](#present1)
14. [Prince](#prince1)
15. [Simon](#simon1)
16. [Skinny](#skinny1)
17. [Skinny64](#skinny2)
11. [LowMC](#lowmc)
12. [Midori](#midori1)
13. [Piccolo](#piccolo)
14. [Picnic](#picnic)
15. [PRESENT](#present1)
16. [Prince](#prince1)
17. [Simon](#simon1)
18. [Skinny](#skinny1)
19. [Skinny64](#skinny2)


<a name="aes1"></a>
Expand Down Expand Up @@ -146,6 +148,16 @@ There are 3 folders for the VHDL source code of different implementations of LED

There are 3 folders for the VHDL source code of different implementations of LED-64 in this repository.

<a name="lowmc"></a>
## LowMC

*VHDL source code for LowMC*
* Developers: [Roman Walch](https://github.com/rw0x0)
* [Official Repository](https://github.com/IAIK/Picnic-FPGA)
* Paper: ["Efficient FPGA Implementations of LowMC and Picnic". Daniel Kales, Sebastian Ramacher, Christian Rechberger, Roman Walch, and Mario Werner](https://eprint.iacr.org/2019/1368.pdf)

FPGA implementation of Picnic and LowMC.

<a name="midori1"></a>
## Midori

Expand All @@ -165,6 +177,16 @@ There are 3 folders for the VHDL source code of different implementations of Mid

There are 3 folders for the VHDL source code of different implementations of Piccolo in this repository.

<a name="picnic"></a>
## Picnic

*VHDL source code for Picnic*
* Developers: [Roman Walch](https://github.com/rw0x0)
* [Official Repository](https://github.com/IAIK/Picnic-FPGA)
* Paper: ["Efficient FPGA Implementations of LowMC and Picnic". Daniel Kales, Sebastian Ramacher, Christian Rechberger, Roman Walch, and Mario Werner](https://eprint.iacr.org/2019/1368.pdf)

FPGA implementation of Picnic and LowMC.

<a name="present1"></a>
## PRESENT

Expand Down

0 comments on commit d715655

Please sign in to comment.