forked from TrueCloudLab/tzhash
tz: fix package comments
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
337819d130
commit
1520cde665
5 changed files with 3 additions and 15 deletions
|
@ -1,6 +1,3 @@
|
||||||
// Copyright 2018 (c) NSPCC
|
|
||||||
//
|
|
||||||
// This file contains AVX implementation.
|
|
||||||
package tz
|
package tz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// Copyright 2019 (c) NSPCC
|
|
||||||
//
|
|
||||||
// This file contains AVX2 implementation.
|
|
||||||
package tz
|
package tz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
// Copyright 2019 (c) NSPCC
|
|
||||||
//
|
|
||||||
// This file contains AVX2 implementation with inlined
|
|
||||||
// assembly calls.
|
|
||||||
package tz
|
package tz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// Copyright 2018 (c) NSPCC
|
|
||||||
//
|
|
||||||
// This file contains AVX implementation.
|
|
||||||
package tz
|
package tz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright 2018 (c) NSPCC
|
// Package tz contains Tillich-Zemor checksum implementations
|
||||||
|
// using different backends.
|
||||||
//
|
//
|
||||||
// Package tz implements general Tillich-Zemo
|
// Copyright 2022 (c) NSPCC
|
||||||
package tz
|
package tz
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue