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

Block or report sebastien-riou

Report abuse

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

Report abuse

Pinned Loading

  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++ 83 14

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

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

    C 15 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 14 4

  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