Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 476 Bytes

File metadata and controls

35 lines (24 loc) · 476 Bytes

pasta-go

An experimental implementation of the PASTA symmetric cipher in go.

Cipher Setup

- Secret key size: 256
- Plaintext size: 128
- Ciphertext size: 128
- Rounds: 3

Prerequisites

  • Go version 1.13 or higher

Install

To get a local copy of the code, clone the repository:

$ git clone https://github.com/<username>/pasta-go.git

Build

go build -o pasta.a

Test

go test