changlan / kytan

kytan: High Performance Peer-to-Peer VPN in Rust
Apache License 2.0
490 stars 60 forks source link

AEAD #12

Closed ychen96 closed 7 years ago

ychen96 commented 7 years ago

open_in_place() returns Err()

changlan commented 7 years ago

cargo fmt can help your format the code.

codecov[bot] commented 7 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.71%. The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #12      +/-   ##
=========================================
+ Coverage   67.19%   67.9%   +0.71%     
=========================================
  Files           5       5              
  Lines         442     483      +41     
=========================================
+ Hits          297     328      +31     
- Misses        145     155      +10
Impacted Files Coverage Δ
src/main.rs 2.7% <0%> (-0.08%) :arrow_down:
src/network.rs 68.01% <77.19%> (+1.83%) :arrow_up:

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 9acd293...e8705f1. Read the comment docs.