WebClub-NITK / Hacktoberfest-2k18

Repository for Hacktoberfest 2018 open for the global open source community.
https://webclub-nitk.github.io/Hacktoberfest-2k18/
19 stars 102 forks source link

DH implemented in c #241

Closed prprhyt closed 5 years ago

prprhyt commented 5 years ago

Resolves Issue #28

Description

Implemented Diffie-hellman key exchange algorithm in C

Screenshots (if required)

5 4 3 2 1

How to run

Build

$ gcc c.c

Run

$ ./a.out

Checklist

prprhyt commented 5 years ago

I checked again.
2 1 5 4 3