index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
hazmat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #214 from reaperhulk/arc4-support
David Reid
2013-11-09
1
-0
/
+21
|
\
|
*
update docs to include arc4 example
Paul Kehrer
2013-11-09
1
-0
/
+11
|
*
Merge branch 'master' into arc4-support
Paul Kehrer
2013-11-08
3
-3
/
+86
|
|
\
|
*
|
ARC4 support
Paul Kehrer
2013-11-07
1
-0
/
+10
*
|
|
Be more and more explicit about how to do things correctly
Alex Gaynor
2013-11-08
2
-9
/
+21
|
|
/
|
/
|
*
|
Merge pull request #231 from dreid/mode-interface-properties
Alex Gaynor
2013-11-07
3
-0
/
+63
|
\
\
|
*
|
Module documentation.
David Reid
2013-11-07
1
-1
/
+1
|
*
|
Single space.
David Reid
2013-11-07
1
-2
/
+2
|
*
|
Add a new Mode interface to document mode.name and start on some prose docs f...
David Reid
2013-11-07
3
-0
/
+63
|
|
/
*
|
Typo
Alex Gaynor
2013-11-07
1
-1
/
+1
*
|
Be really explicit about what's good and bad
Alex Gaynor
2013-11-07
1
-3
/
+23
|
/
*
update docs
Paul Kehrer
2013-11-06
1
-14
/
+13
*
Refer to the RFC in the HMAC docs
Alex Gaynor
2013-11-03
1
-0
/
+2
*
Changed excpetion name based on feedback from dreid
Alex Gaynor
2013-11-02
1
-4
/
+4
*
Document and implement the public API for when the backend doesn't support th...
Alex Gaynor
2013-11-02
1
-0
/
+9
*
Merge pull request #211 from alex/stream-ciphers
David Reid
2013-11-01
1
-1
/
+8
|
\
|
*
better english
Alex Gaynor
2013-11-01
1
-2
/
+2
|
*
For example
Alex Gaynor
2013-11-01
1
-3
/
+4
|
*
Document how this returns bytes
Alex Gaynor
2013-11-01
1
-1
/
+7
*
|
Merge pull request #212 from dreid/primitive-hmac
Alex Gaynor
2013-11-01
1
-11
/
+10
|
\
\
|
*
|
Update documentation
David Reid
2013-11-01
1
-11
/
+10
|
|
/
*
/
fixed rendering
Alex Gaynor
2013-11-01
1
-0
/
+1
|
/
*
Merge pull request #200 from dreid/primitive-hashes
Alex Gaynor
2013-11-01
1
-11
/
+17
|
\
|
*
Improve Hash documentation.
David Reid
2013-11-01
1
-3
/
+12
|
*
Update documentation
David Reid
2013-10-31
1
-8
/
+5
*
|
add CAST5 docs
Paul Kehrer
2013-10-31
1
-1
/
+9
*
|
move blowfish docs to new weak ciphers section, linkify aes
Paul Kehrer
2013-10-31
1
-1
/
+11
*
|
add bf docs
Paul Kehrer
2013-10-31
1
-0
/
+9
|
/
*
Made a sphinx extension which emits the hazardous materials danger admonition
Alex Gaynor
2013-10-29
7
-41
/
+7
*
Merge pull request #194 from alex/current-module-hmac
David Reid
2013-10-29
1
-1
/
+3
|
\
|
*
Use current module in the hmac docs, for consistency
Alex Gaynor
2013-10-29
1
-1
/
+3
*
|
Clean up var naming
Alex Gaynor
2013-10-29
1
-2
/
+1
*
|
Remove removed methods from docs
Alex Gaynor
2013-10-29
1
-10
/
+0
*
|
Removed helper
Alex Gaynor
2013-10-29
1
-1
/
+4
*
|
typo
Alex Gaynor
2013-10-29
1
-1
/
+1
*
|
More docs
Alex Gaynor
2013-10-29
2
-9
/
+41
*
|
Start of docs
Alex Gaynor
2013-10-29
2
-0
/
+45
|
/
*
update hmac docs
Paul Kehrer
2013-10-29
1
-4
/
+5
*
fix indentation error and wrapping in docs
Paul Kehrer
2013-10-28
1
-3
/
+4
*
fix hmac docs to point to new hazmat location
Paul Kehrer
2013-10-28
1
-2
/
+2
*
change type of exception raised, fix docs typo
Paul Kehrer
2013-10-28
1
-1
/
+1
*
make hmac (mostly) compatible with stdlib hmac
Paul Kehrer
2013-10-28
1
-5
/
+5
*
clean up loader and make docs default to hmac sha256
Paul Kehrer
2013-10-28
1
-1
/
+1
*
HMAC support
Paul Kehrer
2013-10-28
2
-0
/
+51
*
example of how to use hashes
Alex Gaynor
2013-10-28
1
-3
/
+12
*
Move the danger to the very top of the file
Donald Stufft
2013-10-28
5
-15
/
+15
*
Warn about dragons and dinosaurs with laser guns
Donald Stufft
2013-10-28
5
-4
/
+32
*
Move the bindings into the hazmat module
Donald Stufft
2013-10-28
2
-0
/
+37
*
Move primtives into a hazmat package
Donald Stufft
2013-10-28
3
-0
/
+287