Categorygithub.com/4zv4l/chacha
repositorypackage
1.0.1
Repository: https://github.com/4zv4l/chacha.git
Documentation: pkg.go.dev

# README

chacha

Easily encrypt/decrypt data or file using chacha20

to use in your project

  • in code
import "github.com/4zv4l/chacha"
  • in terminal
    go get github.com/4zv4l/chacha

variable

There is a :
var Buff_size int = 2048
Allowing to change the buffer size (can increase speed when enc/dec files)