Skip to content

Commit

Permalink
add edwards
Browse files Browse the repository at this point in the history
  • Loading branch information
GladysKellogg committed Jan 12, 2021
1 parent 5d247ff commit 27c7ab1
Show file tree
Hide file tree
Showing 17 changed files with 5,265 additions and 1,577 deletions.
140 changes: 0 additions & 140 deletions Gopkg.lock

This file was deleted.

86 changes: 0 additions & 86 deletions Gopkg.toml

This file was deleted.

1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -5,7 +5,6 @@ go 1.13
require (
github.com/HcashOrg/bitset v0.0.0-20170930031026-3b5f0c752dfb
github.com/HcashOrg/bliss v0.0.0-20180719035130-f5d53c2a9b7d
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -2,8 +2,8 @@ github.com/HcashOrg/bitset v0.0.0-20170930031026-3b5f0c752dfb h1:XmMHZh7XHUj2TNE
github.com/HcashOrg/bitset v0.0.0-20170930031026-3b5f0c752dfb/go.mod h1:wpl2yM06pqJmmK6QNjF8xLY7hpmG+Dueop4ehfzQ3/w=
github.com/HcashOrg/bliss v0.0.0-20180719035130-f5d53c2a9b7d h1:uBrdipThpidikHT2aB/v9QZoW8ehVNaK3CvbEKBx7Ak=
github.com/HcashOrg/bliss v0.0.0-20180719035130-f5d53c2a9b7d/go.mod h1:Ey5JSoZdhxhRcRZnLGrOD9Q1sUzl4gpQkF14F4NVlE4=
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 h1:w1UutsfOrms1J05zt7ISrnJIXKzwaspym5BTKGx93EI=
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=
github.com/HcashOrg/hcd/ed25519 v0.0.0-20170116200512-5312a6153412 h1:w1UutsfOrms1J05zt7ISrnJIXKzwaspym5BTKGx93EI=
github.com/HcashOrg/hcd/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0=
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo=
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f/go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA=
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw=
Expand Down
27 changes: 27 additions & 0 deletions hcec/ed25519/LICENSE
@@ -0,0 +1,27 @@
Copyright (c) 2012 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 27c7ab1

Please sign in to comment.