Skip to content
View sebastien-riou's full-sized avatar
Block or Report

Block or report sebastien-riou

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. aes-brute-force aes-brute-force Public

    Using Intel AES-NI and c++ threads to search an AES128 key (well, part of it)

    C++ 68 13

  2. prince-c-ref prince-c-ref Public

    Prince cipher source code in C99 and test vectors with intermediate values

    C 13 2

  3. DryGASCON DryGASCON Public

    Submission to NIST lightweight crypto competition

    C 3

  4. masked-bit-sliced-aes-128 masked-bit-sliced-aes-128 Public

    masked, bit-sliced AES-128 demo code

    C 12 3

  5. sha256bit sha256bit Public

    SHA256 with bit granularity for message input

    Python

  6. sha3bit sha3bit Public

    Pure python implementation of SHA3 with bit granularity, import/export, real squeez function and builtin logging to see compression function IOs/internal steps

    Python