Commit Graph

26 Commits

Author SHA1 Message Date
avinal ccc6593539 Merge pull request #4 from avinal/avinal/blowfish2
fix: fix blowfish2 and add more tests
2024-10-15 19:36:43 +05:30
avinal ee4bd0d21d fix: fix blowfish2 and add more tests
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2024-10-15 15:39:07 +05:30
avinal 1f6e896785 Merge pull request #3 from avinal/avinal/blowfish2
feat: add blowfish2 128 bit implementation
2024-09-17 12:28:22 +05:30
avinal 960c48573e feat: add blowfish2 128 bit implementation
- regular blowfish only uses 64 bits
- blowfish2 uses 128 bits like AES

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2024-09-17 12:25:32 +05:30
avinal b6931e3196 sample test file added 2021-03-07 23:51:59 +05:30
avinal ee4169e0b3 cmake list upadted 2021-03-07 23:46:39 +05:30
avinal ccc7e8b1e3 header files updated with uint32_t 2021-03-07 23:46:18 +05:30
avinal 279aaf34a4 source files updated with uint32_t 2021-03-07 23:46:04 +05:30
avinal 0abb62b19b gitattributes added 2021-03-07 23:31:28 +05:30
avinal d66f373902 Merge branch 'main' of https://github.com/avinal/blowfish into main 2021-03-06 23:14:35 +05:30
avinal f258592a39 modified 2021-03-06 23:13:25 +05:30
avinal 4394ff0b0d changed according to Google Guidelines 2021-03-06 23:13:10 +05:30
avinal 0a366dcbd8 changed according to Google Guidelines 2021-03-06 23:12:59 +05:30
avinal 0c3955465e Update README.md 2021-02-21 22:58:54 +05:30
Avinal Kumar ddeda3c8d4 Update README.md 2021-02-16 18:49:51 +05:30
Avinal Kumar bb863378ae Update README.md 2021-02-16 18:47:01 +05:30
Avinal Kumar cf90d90622 Create LICENSE 2021-02-16 18:44:22 +05:30
avinal 9772995fd3 Merge branch 'main' of https://github.com/avinal/blowfish into main 2021-02-16 18:40:28 +05:30
avinal 6555f0ccc5 readme updated 2021-02-16 18:40:18 +05:30
Avinal Kumar 2269d1d88e Added github action build (#1)
* Added github action build

* Update cmake.yml

* small mistake corrected
2021-02-16 18:14:13 +05:30
avinal 5ac40abe4d build script added 2021-02-16 17:53:19 +05:30
avinal 05766204bf cmake build file added 2021-02-16 17:52:55 +05:30
avinal 7448b49405 gitignore updated 2021-02-16 17:49:26 +05:30
avinal 00fb066d2d blowfish source file added 2021-02-16 17:49:04 +05:30
avinal 9fe7c09471 blowfish header file added 2021-02-16 17:48:29 +05:30
avinal d69dc68183 Initial commit 2021-02-15 20:55:49 +05:30