phalodi / crypto

In this repo we have 2 crypto algorithms caesar and vigenere in c language.
0 stars 8 forks source link

Remove dependency of CS50.h #2

Open Pulkit07 opened 7 years ago

Pulkit07 commented 7 years ago

Can we remove the dependency on cs50.h as it is not a standard library. To do this, I think there are two possible ways

  1. Use char arrays in C.
  2. Port the code to C++.

I think second one will be better.

phalodi commented 7 years ago

@Pulkit07 yes we can do that but we should add new algorithms for that.

vharsh commented 7 years ago

@Pulkit07 This appears to be an implementation of CS50's psets, kindly remove this repository, or change the name of the repo so that students actually do the assignments themselves.