Ressources

Welcome to my library, I'm storing nice reading and papers I had to used for my project

Research tips

This is a few tips for searching a document by yourself:

Title Author(s) Posted Description Link
SERIOUS CRYPTOGRAPHY a Practical: Introduction to Modern Encryption Jean-Philippe Aumasson 2018 Interesting book for beginner in cryptography. Talk about classic, modern and quantum cryptography with example of application in python or golang. Every thing is pretty easy to understand and it give you a really good overview of cryptography. LINK
Mathematics of Public Key Cryptography Steven Galbraith 2012 This book gives a rigorous presentation of most of the mathematics underlying public key cryptography. Our main focus is mathematics. We put mathematical precision and rigour ahead of generality, practical issues in real-world cryptography, or algorithmic optimality. LINK
An Introduction to Mathematical Cryptography Hoffstein, Jeffrey, Pipher, Jill, Silverman, J.H Detailed introduction to elliptic curves and how they're used in cryptography, including the “hot” recent topic of elliptic curve pairing-based cryptography Detailed introduction to lattices and lattice based cryptography. Provides an entry for graduate students into an active field of research. Includes exercises and examples at the end of each section. A standard reference for researchers in the field. May be implemented in a classroom setting or independent study LINK
Understanding Quantum Technologies Olivier Ezratty 27 september 2021 Olivier Ezratty advises and trains businesses and public services in the development of their innovation strategies around deep techs and, in particular, quantum technologies. He brings them a 360° understanding of scientific, technology, marketing as well as ecosystems development. LINK
Introductory Quantum Computing # # This online document helps the absolute beginners to persue in the future direction in coding and Quantum Computing. The lesson starts with fundamental of qubits, quantum gates and quantum circuits and quantum algorithms. LINK
🇫🇷 Animal crossing est NP difficile # # Bien entendu, dire qu’Animal Crossing est NP-Difficile est un abus de langage... Cependant, les mécaniques du jeu sont assez complexes pour rapidement faire émerger de tels problèmes ! Voyons cela ! LINK
🇫🇷 PGCD - PPCM Théorèmes de Bézout et de Gauss Paul Milan 15 juillet 2016 Cours avec démonstration du PGCD, PPCM, théorème de Bézout et de Gauss. Théorie des nombres et arithmétique modulaire LINK
Digital Signature Standard -
FIPS PUB 186-4
NIST July 2013 This Standard specifies a suite of algorithms that can be used to generate a digital signature. Digital signatures are used to detect unauthorized modifications to data and to authenticate the identity of the signatory. This standard also specifies DSA (digital signature algorithm) which is used to implemente public key cryptography more securelly such as RSA, DH or EC. LINK
Recommendation for Pair-Wise Key Establishment Using Integer Factorization Cryptography NIST March 2019 This Recommendation specifies key -establishment schemes using integer factorization cryptography (in particular, RSA). Both key- agreement and key transport schemes are specified for pairs of entities, and methods for key confirmation are included to provide assurance that both parties share the same keying material. In addition, the security properties associated with each scheme are provided. LINK
Announcing the ADVANCED ENCRYPTION STANDARD (AES) NIST November 26, 2001 FIPS approved standard for the The Advanced Encryption Standard (AES) cryptographic algorithm LINK
PKCS #1: RSA Cryptography Specifications Version 2.2 - rfc8017 Kathleen M. Moriarty, Burt Kaliski, Jakob Jonsson, Andreas Rusch November 2016 This document provides recommendations for the implementation of public-key cryptography based on the RSA algorithm, covering cryptographic primitives, encryption schemes, signature schemes with appendix, and ASN.1 syntax for representing keys and for identifying the schemes.
This document represents a republication of PKCS #1 v2.2 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series..
LINK