Package: python-axolotl / 0.1.35-3

Metadata

Package Version Patches format
python-axolotl 0.1.35-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 removes IV parameter at AES creation.patch | (download)

axolotl/sessioncipher.py | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

 removes iv paramenter from aes constructor, since it is not necessary for ctr mode.
000 rename protobuf genetared files.patch | (download)

axolotl/groups/state/senderkeyrecord.py | 2 1 + 1 - 0 !
axolotl/groups/state/senderkeystate.py | 2 1 + 1 - 0 !
axolotl/identitykeypair.py | 2 1 + 1 - 0 !
axolotl/protocol/keyexchangemessage.py | 2 1 + 1 - 0 !
axolotl/protocol/prekeywhispermessage.py | 2 1 + 1 - 0 !
axolotl/protocol/senderkeydistributionmessage.py | 2 1 + 1 - 0 !
axolotl/protocol/senderkeymessage.py | 2 1 + 1 - 0 !
axolotl/protocol/whispermessage.py | 2 1 + 1 - 0 !
axolotl/state/prekeyrecord.py | 2 1 + 1 - 0 !
axolotl/state/sessionrecord.py | 2 1 + 1 - 0 !
axolotl/state/sessionstate.py | 2 1 + 1 - 0 !
axolotl/state/signedprekeyrecord.py | 2 1 + 1 - 0 !
12 files changed, 12 insertions(+), 12 deletions(-)

 in protobuf 3+ there is a check to verify that the files generated by protoc still have the _pb2 prefix:
 https://github.com/google/protobuf/blob/2fe0556c7abbe31c02147b9171397737a35bfe3b/python/google/protobuf/pyext/descriptor.cc#L94