uTLS: initial commit

This commit is contained in:
Sergey Frolov 2017-06-23 11:25:31 -04:00
parent e8bc3d6d4f
commit cd3d1c4656
31 changed files with 4004 additions and 4 deletions

View file

@ -15,7 +15,7 @@ import (
"crypto/x509"
"hash"
"golang_org/x/crypto/chacha20poly1305"
"golang.org/x/crypto/chacha20poly1305"
)
// a keyAgreement implements the client and server side of a TLS key agreement