1 | 1 patch for repository http://tahoe-lafs.org/source/pycryptopp/trunk: |
---|
2 | |
---|
3 | Sat Jul 3 10:21:28 Öйú±ê׼ʱ¼ä 2010 xueyu7452@gmail.com |
---|
4 | * part1.dpatch |
---|
5 | |
---|
6 | New patches: |
---|
7 | |
---|
8 | [part1.dpatch |
---|
9 | xueyu7452@gmail.com**20100703022128 |
---|
10 | Ignore-this: e06eb0269745dc3eaf711891749dcbd0 |
---|
11 | ] { |
---|
12 | hunk ./pycryptopp/_pycryptoppmodule.cpp 8 |
---|
13 | #include "publickey/rsamodule.hpp" |
---|
14 | #include "hash/sha256module.hpp" |
---|
15 | #include "cipher/aesmodule.hpp" |
---|
16 | +#include "cipher/xsalsamodule.hpp" |
---|
17 | |
---|
18 | PyDoc_STRVAR(_pycryptopp__doc__, |
---|
19 | "_pycryptopp -- Python wrappers for a few algorithms from Crypto++\n\ |
---|
20 | hunk ./pycryptopp/_pycryptoppmodule.cpp 18 |
---|
21 | from pycryptopp.publickey import rsa\n\ |
---|
22 | from pycryptopp import cipher\n\ |
---|
23 | from pycryptopp.cipher import aes\n\ |
---|
24 | +from pycryptopp.cipher import xsalsa\n\ |
---|
25 | from pycryptopp import hash\n\ |
---|
26 | from pycryptopp.hash import sha256"); |
---|
27 | |
---|
28 | hunk ./pycryptopp/_pycryptoppmodule.cpp 44 |
---|
29 | init_rsa(module); |
---|
30 | init_sha256(module); |
---|
31 | init_aes(module); |
---|
32 | + init_xsalsa(module); |
---|
33 | } |
---|
34 | |
---|
35 | hunk ./pycryptopp/cipher/__init__.py 2 |
---|
36 | import aes |
---|
37 | +import xsalsa |
---|
38 | +#import ciphercombiner |
---|
39 | |
---|
40 | quiet_pyflakes=[aes] |
---|
41 | } |
---|
42 | |
---|
43 | Context: |
---|
44 | |
---|
45 | [setup: reorganize misc/ to match Tahoe-LAFS's misc/ so that the same buildmaster config can use pycryptopp's and Tahoe-LAFS's |
---|
46 | zooko@zooko.com**20100607062909 |
---|
47 | Ignore-this: 500b1eab3ac1983dd72d4d120b48ac64 |
---|
48 | ] |
---|
49 | [TAG pycryptopp-0.5.19 |
---|
50 | zooko@zooko.com**20100604065231 |
---|
51 | Ignore-this: 923894ad4dca6c77ed31e80c3e4b64e7 |
---|
52 | ] |
---|
53 | Patch bundle hash: |
---|
54 | 66c78e3be8682e63c81e191b5d29e212f1d1ef59 |
---|