pkg/cryptstate/ocb2: add missing copyright header.

This commit is contained in:
Mikkel Krautz 2012-12-02 12:45:13 +01:00
parent 3a63d96fe1
commit 4c4c4a1174
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// Copyright (c) 2012 The Grumble Authors
// The use of this source code is goverened by a BSD-style
// license that can be found in the LICENSE-file.
// Package ocb2 implements the version 2 of the OCB authenticated-encryption algorithm.
// OCB2 is specified in http://www.cs.ucdavis.edu/~rogaway/papers/draft-krovetz-ocb-00.txt.
//

View file

@ -1,3 +1,7 @@
// Copyright (c) 2012 The Grumble Authors
// The use of this source code is goverened by a BSD-style
// license that can be found in the LICENSE-file.
package ocb2
import (