zhuhaow / NEKit

A toolkit for Network Extension Framework
https://zhuhaow.github.io/NEKit
BSD 3-Clause "New" or "Revised" License
2.84k stars 670 forks source link

support AEAD Ciphers: CHACHA20POLY1305, AES128GCM, AES192GCM, AES256GCM #224

Closed zhouhesheng closed 5 years ago

zhouhesheng commented 5 years ago

support AEAD Ciphers: CHACHA20POLY1305, AES128GCM, AES192GCM, AES256GCM

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

zhuhaow commented 5 years ago

You can just push new commits to the branch and it will automatically becomes part of the pull request. The request is based on the diff of two branches, not commits.

codecov[bot] commented 5 years ago

Codecov Report

Merging #224 into master will decrease coverage by 0.76%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #224      +/-   ##
=========================================
- Coverage    9.33%   8.57%   -0.77%     
=========================================
  Files          97     101       +4     
  Lines        4242    4620     +378     
=========================================
  Hits          396     396              
- Misses       3846    4224     +378
Impacted Files Coverage Δ
src/Crypto/CryptoHelper.swift 0% <0%> (ø) :arrow_up:
src/Crypto/CryptoEnum.swift 0% <0%> (ø) :arrow_up:
src/Crypto/AeadCrypto.swift 0% <0%> (ø)
src/Crypto/HMAC.swift 0% <0%> (ø) :arrow_up:
...pterSocket/Shadowsocks/CryptoStreamProcessor.swift 0% <0%> (ø) :arrow_up:
src/Crypto/HKDF.swift 0% <0%> (ø)
...dapterSocket/Shadowsocks/CryptoAeadProcessor.swift 0% <0%> (ø)
src/Utils/Buffer.swift 0% <0%> (ø) :arrow_up:
src/Crypto/SwiftGCM.swift 0% <0%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79c9968...4256c46. Read the comment docs.

zhouhesheng commented 5 years ago

CLA assistant check Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.

I just signed, but the status is still pending.