15 lines
658 B
Go
15 lines
658 B
Go
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
|
//
|
||
|
|
// Source: https://sources.truenas.cloud/code
|
||
|
|
// Import: sources.truenas.cloud/code/edwards25519
|
||
|
|
//
|
||
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
|
//
|
||
|
|
// Copyright (c) 2019 The Go Authors. All rights Reserved.
|
||
|
|
// Use of this source code is goverened by a BSD-style
|
||
|
|
// license that can be found in the LICENSE file.
|
||
|
|
//
|
||
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
package edwards25519
|