mirror of
https://github.com/containers/podman.git
synced 2026-03-29 03:52:19 -04:00
Also includes a small change to make us of https://github.com/containers/buildah/pull/5039 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
10 lines
448 B
Markdown
10 lines
448 B
Markdown
[](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`
|