omemo / python-omemo

Python OMEMO Library
GNU General Public License v3.0
41 stars 6 forks source link

Use AES GCM implementation from cryptography #5

Closed kalkin closed 8 years ago

kalkin commented 8 years ago

The default python AES GCM implementation is now used as a fallback.

codecov-io commented 8 years ago

Current coverage is 64.39%

Merging #5 into master will decrease coverage by -18.63% as of 1b09ebf

@@            master      #5   diff @@
======================================
  Files           10      12     +2
  Stmts          489     514    +25
  Branches        31      33     +2
  Methods          0       0       
======================================
- Hit            406     331    -75
+ Partial         13       8     -5
- Missed          70     175   +105

Review entire Coverage Diff as of 1b09ebf

Powered by Codecov. Updated on successful CI builds.

kalkin commented 8 years ago

See cleaned up version https://github.com/omemo/python-omemo/pull/6