Skip to content

fedejinich/pasta-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PASTA cipher go implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages