Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
56bcade581e68ad0dd82dbabe97c75a9f0701fed
/
docs
/
hazmat
6b9df81
Describe what backends provide via these interfaces and that not all backends must provide all interfaces.
by David Reid
· 12 years ago
6624a44
Hashes and HMACs.
by David Reid
· 12 years ago
5973f4c
Document backend interfaces.
by David Reid
· 12 years ago
2a746ce
Start documenting the backend interfaces.
by David Reid
· 12 years ago
4a28d32
Merge pull request #262 from dreid/cipher-algorithm-interfaces
by Donald Stufft
· 12 years ago
b317c7a
Another two
by Alex Gaynor
· 12 years ago
9316f4c
Fixed some spelling mistakes
by Alex Gaynor
· 12 years ago
0a394df
Implement and document an interface for cipher algorithms
by David Reid
· 12 years ago
9489c76
Merge pull request #258 from alex/already-finalized
by David Reid
· 12 years ago
272d537
Here too
by Alex Gaynor
· 12 years ago
9b70ba3
Also mention finalize
by Alex Gaynor
· 12 years ago
2cce618
Make HMAC methods raise AlreadyFinalized.
by David Reid
· 12 years ago
34511c6
Use AlreadyFinalized for symmetric ciphers
by Alex Gaynor
· 12 years ago
c2cddd2
Merge pull request #253 from dreid/hash-raise-after-finalize
by Alex Gaynor
· 12 years ago
9480129
Describe that hashes get real broken over time
by Alex Gaynor
· 12 years ago
6392a9c
Document AlreadyFinalized.
by David Reid
· 12 years ago
1aefe58
Merge pull request #214 from reaperhulk/arc4-support
by David Reid
· 12 years ago
0994c56
update docs to include arc4 example
by Paul Kehrer
· 12 years ago
ab5f011
Be more and more explicit about how to do things correctly
by Alex Gaynor
· 12 years ago
129d61e
Merge branch 'master' into arc4-support
by Paul Kehrer
· 12 years ago
635b542
Merge pull request #231 from dreid/mode-interface-properties
by Alex Gaynor
· 12 years ago
9de452d
Typo
by Alex Gaynor
· 12 years ago
8ed651e
Be really explicit about what's good and bad
by Alex Gaynor
· 12 years ago
9ed25e4
Module documentation.
by David Reid
· 12 years ago
bd18bcd
Single space.
by David Reid
· 12 years ago
30722b9
Add a new Mode interface to document mode.name and start on some prose docs for interfaces.
by David Reid
· 12 years ago
4da28c3
ARC4 support
by Paul Kehrer
· 12 years ago
051099e
update docs
by Paul Kehrer
· 12 years ago
58ecc8d
Refer to the RFC in the HMAC docs
by Alex Gaynor
· 12 years ago
3949f11
Changed excpetion name based on feedback from dreid
by Alex Gaynor
· 12 years ago
f1a3fc0
Document and implement the public API for when the backend doesn't support the requested algorithm
by Alex Gaynor
· 12 years ago
178f6f1
Merge pull request #211 from alex/stream-ciphers
by David Reid
· 12 years ago
33675c3
Merge pull request #212 from dreid/primitive-hmac
by Alex Gaynor
· 12 years ago
6753e39
Update documentation
by David Reid
· 12 years ago
bf2de74
better english
by Alex Gaynor
· 12 years ago
fc09a7c
For example
by Alex Gaynor
· 12 years ago
d1f0201
Document how this returns bytes
by Alex Gaynor
· 12 years ago
1496845
fixed rendering
by Alex Gaynor
· 12 years ago
ce46b89
Merge pull request #200 from dreid/primitive-hashes
by Alex Gaynor
· 12 years ago
5560298
Improve Hash documentation.
by David Reid
· 12 years ago
6022d45
add CAST5 docs
by Paul Kehrer
· 12 years ago
3446d81
move blowfish docs to new weak ciphers section, linkify aes
by Paul Kehrer
· 12 years ago
30b1613
Update documentation
by David Reid
· 12 years ago
5df0abe
add bf docs
by Paul Kehrer
· 12 years ago
af82d5e
Made a sphinx extension which emits the hazardous materials danger admonition
by Alex Gaynor
· 12 years ago
acfdd61
Merge pull request #194 from alex/current-module-hmac
by David Reid
· 12 years ago
4658ce1
Use current module in the hmac docs, for consistency
by Alex Gaynor
· 12 years ago
60ad3e1
Clean up var naming
by Alex Gaynor
· 12 years ago
f0bec9c
Remove removed methods from docs
by Alex Gaynor
· 12 years ago
22e2eae
Removed helper
by Alex Gaynor
· 12 years ago
0708278
typo
by Alex Gaynor
· 12 years ago
b2d5efd
More docs
by Alex Gaynor
· 12 years ago
5f3db27
Start of docs
by Alex Gaynor
· 12 years ago
50a8815
update hmac docs
by Paul Kehrer
· 12 years ago
ca8ed29
fix indentation error and wrapping in docs
by Paul Kehrer
· 12 years ago
bf8962a
fix hmac docs to point to new hazmat location
by Paul Kehrer
· 12 years ago
30eabdd
change type of exception raised, fix docs typo
by Paul Kehrer
· 12 years ago
2824ab7
make hmac (mostly) compatible with stdlib hmac
by Paul Kehrer
· 12 years ago
1bb8b71
clean up loader and make docs default to hmac sha256
by Paul Kehrer
· 12 years ago
0317b04
HMAC support
by Paul Kehrer
· 12 years ago
23d01a2
example of how to use hashes
by Alex Gaynor
· 12 years ago
e51fb93
Move the danger to the very top of the file
by Donald Stufft
· 12 years ago
d8f0118
Warn about dragons and dinosaurs with laser guns
by Donald Stufft
· 12 years ago
ce0d781
Move the bindings into the hazmat module
by Donald Stufft
· 12 years ago
f04317a
Move primtives into a hazmat package
by Donald Stufft
· 12 years ago