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

Block or report ChakshuGupta13

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 1 6

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

    A freelancing platform

    Python 9 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 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 14 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