Use vendoring

This commit is contained in:
nemunaire 2018-09-18 19:06:04 +02:00
commit d4fd18bff3
20 changed files with 3023 additions and 0 deletions

11
vendor/github.com/nyarla/go-crypt/doc.go generated vendored Normal file
View file

@ -0,0 +1,11 @@
// Package crypt is a implementation of crypt(3) by golang.
//
// This is a fork of iasija's orignal implementation.
//
// Orignal soruce code Copyrights (C) iasija All rights reserved,
// and original source code is under the 3-Clause BSD.
//
// Modification codes for supporting latest golang and added test codes are
// Copyright (c) 2013-2014 Naoki OKAMURA <nyarla@thotep.net>,
// and modifiration code and test codes are under same as the orignal source code license. (3-Clause BSD)
package crypt