mirror of
https://github.com/minio/minio.git
synced 2025-11-26 20:38:20 -05:00
add missing details on modifications, MinIO copyright
argon2, csvparser forked projects added some details on modifications, MinIO copyright. Signed-off-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
@@ -35,11 +35,15 @@
|
||||
// [1] https://github.com/P-H-C/phc-winner-argon2/blob/master/argon2-specs.pdf
|
||||
// [2] https://tools.ietf.org/html/draft-irtf-cfrg-argon2-03#section-9.3
|
||||
//
|
||||
// This package is a fork of golang.org/x/crypto/argon2 adding support for
|
||||
// sync.Pool reusable buffers to avoid large memory build up with frequent
|
||||
// allocations done by memory hard PBKDF.
|
||||
// Copyright 2021 MinIO, Inc. All rights reserved.
|
||||
// forked from https://golang.org/x/crypto/argon2
|
||||
// modified to be used with MinIO under GNU Affero General
|
||||
// Public License 3.0 license that can be found in
|
||||
// the LICENSE file.
|
||||
//
|
||||
// All the changes are governed by the LICENSE file MinIO project.
|
||||
// Modification here specifically adds sync.Pool reusable buffers to
|
||||
// avoid large memory build up with frequent
|
||||
// allocations done by memory hard PBKDF.
|
||||
package argon2
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user