Skip to content
View dple's full-sized avatar

Block or report dple

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. DFA_SimeckDFA_SimeckPublic

    An implementation in C of SIMECK lightweight block ciphers and the simulation of Differential Fault Analysis (DFA) attacks against this family of ciphers

    C 5 1

  2. ecdsaecdsaPublic

    Secure implementation of ECDSA against side-channel analysis and fault analysis attacks. The protocol is implemented on top of GMP, a big integer library.

    C 9 6

  3. Statistical_data_analysisStatistical_data_analysisPublic

    This project implements in Python some common statistical analysis methods used in data analysis, including Entropy, Mutual Information, Kolmogorov–Smirnov test, Kullback-Leibler divergence (KLD), …

    MATLAB 9 1

  4. Elliptic-curve-cryptographyElliptic-curve-cryptographyPublic

    This repository is to back up the source code related to my works in ECC, pairing-based cryptography

    C++ 1 1

  5. Practical-CryptoPractical-CryptoPublic

    Python code of practical cryptographic protocols. Some implemented from scratch, but most of them are from cryptography package. I try to provide comments on the code, so that dev can have better i…

    Python

  6. DSADSAPublic

    Let's have some practice on Data Structure and Algorithms. There is a dedicated folder for Leetcode problems

    Python