Skip to content

experimental encrypted duplex stream abstraction using snow

Notifications You must be signed in to change notification settings

bddap/encstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted, authenticated, async streams atop async read write streams.

Requires Futures and async/await which are currently only available on nightly (as of june 2019).

alias scat='rustup run nightly cargo run --example scat'

scat generate scat_keypair_server
scat generate scat_keypair_client

# server
scat listen scat_keypair_server 4444 $(scat getpub scat_keypair_client)

# client in another terminal
scat connect scat_keypair_client <local-ip>:4444 $(scat getpub scat_keypair_server)

About

experimental encrypted duplex stream abstraction using snow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages