Skip to content
View ChakshuGupta13's full-sized avatar
😀
Learning
😀
Learning
  • Khurja, Uttar Pradesh, India

Block or report ChakshuGupta13

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Local-Collision-Differential-Attack-on-Reduced-SHA-256-upto-24-Rounds Local-Collision-Differential-Attack-on-Reduced-SHA-256-upto-24-Rounds Public

    This repository contains C and/or C++ implementations for finding Local Collision Conforming Message Pairs through Differential Attack on Reduced-Round SHA-256 up to 24 Rounds. Also, this repositor…

    C 3 6

  2. anshulahuja98/freelancing-solutions anshulahuja98/freelancing-solutions Public

    A freelancing platform

    Python 11 6

  3. propositional-logic-theorem-prover-using-resolution-refutation propositional-logic-theorem-prover-using-resolution-refutation Public

    Propositional Logic Theorem Prover using Resolution-Refutation takes Knowledge Base (i.e., formulae) and Query as input and implement a refutation proof (by first converting the given formulae into…

    Python 2 1

  4. technical-indicators-backtesting technical-indicators-backtesting Public

    This repository contains implementation of "ADX", "Ichimoku" and "RSI" technical indicators using "Backtrader". And one new technical indicator is designed using the before-mentioned three indicato…

    Python 15 17

  5. AES-128 AES-128 Public

    A simplified version of AES-128 is implemented in C++ where padding is ommitted due to the assumption undertaken that the message will be exactly of 128-bit. A further simplified version of AES, kn…

    C++

  6. reinforcement-learning-game reinforcement-learning-game Public

    This repository stores the implemenation of a small game, build using Pygame, which was part of the Assignment-2 of the course Artificial Intellegence - II (CSL7040) (Trimester III - AY 2020-21) (I…

    Python