podman/vendor/github.com/aead/serpent
Paul Holzinger 2c2299ad85
bump buildah to latest
Also includes a small change to make us of
https://github.com/containers/buildah/pull/5039

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-09-14 11:20:48 +02:00
..
.gitignore bump buildah to latest 2023-09-14 11:20:48 +02:00
LICENSE bump buildah to latest 2023-09-14 11:20:48 +02:00
README.md bump buildah to latest 2023-09-14 11:20:48 +02:00
sbox_ref.go bump buildah to latest 2023-09-14 11:20:48 +02:00
serpent.go bump buildah to latest 2023-09-14 11:20:48 +02:00
serpent_ref.go bump buildah to latest 2023-09-14 11:20:48 +02:00

README.md

Godoc Reference

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