# Packages
No description provided by the author
# README
dcrypto
A stream-based encryption library
This library is a modified version of the Google Drive client dcrypto
package. The current version uses an AES-256 cipher in CTR mode signed with an HMAC using SHA-512. Read more here.
Table of Contents
Install
go get github.com/textileio/dcrypto
Usage
Go to https://godoc.org/github.com/textileio/dcrypto.