diff options
author | rsiddharth <s@ricketyspace.net> | 2020-08-29 10:59:27 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-08-29 10:59:27 -0400 |
commit | a10832a878f1e99a595d72156f0e05e93fdf44b0 (patch) | |
tree | 04ce9efabf5baccd91fb88fef89116ee40ed7377 /cryptopals.go | |
parent | 482f9c2b8124e0b973fa9c5013befdcec5cef7e6 (diff) |
cryptopals.go: add license block
Diffstat (limited to 'cryptopals.go')
-rw-r--r-- | cryptopals.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptopals.go b/cryptopals.go index 7b311c3..9c1c803 100644 --- a/cryptopals.go +++ b/cryptopals.go @@ -1,3 +1,6 @@ +// Copyright © 2020 rsiddharth <s@ricketyspace.net> +// SPDX-License-Identifier: ISC + package main import ( |