Skip to content

Commit

Permalink
Add heading comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Aug 3, 2019
1 parent c431d21 commit 0686fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2019/aes-encrypt-file/aes-bytes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Sample of encrypting and decrypting a buffer with crypto/aes.
//
// Eli Bendersky [https://eli.thegreenplace.net]
// This code is in the public domain.
package main

import (
Expand Down
4 changes: 4 additions & 0 deletions 2019/aes-encrypt-file/aes-file.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Sample of encrypting and decrypting a whole file with crypto/aes.
//
// Eli Bendersky [https://eli.thegreenplace.net]
// This code is in the public domain.
package main

import (
Expand Down

0 comments on commit 0686fa2

Please sign in to comment.