https://github.com/aead/serpent
The Serpent block cipher
https://github.com/aead/serpent
cipher serpent
Last synced: 8 months ago
JSON representation
The Serpent block cipher
- Host: GitHub
- URL: https://github.com/aead/serpent
- Owner: aead
- License: mit
- Created: 2016-07-14T13:54:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T14:12:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T07:11:20.336Z (about 1 year ago)
- Topics: cipher, serpent
- Language: Go
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/aead/serpent)
## The Serpent block cipher
Serpent is a symmetric key block cipher that was a finalist in the Advanced Encryption Standard (AES) contest,
where it was ranked second to Rijndael. Serpent was designed by Ross Anderson, Eli Biham, and Lars Knudsen.
### Installation
Install in your GOPATH: `go get -u github.com/aead/serpent`