An experimental implementation of the PASTA symmetric cipher in go
.
- Secret key size: 256
- Plaintext size: 128
- Ciphertext size: 128
- Rounds: 3
- Go version 1.13 or higher
To get a local copy of the code, clone the repository:
$ git clone https://github.com/<username>/pasta-go.git
go build -o pasta.a
go test