File tree 2 files changed +9
-4
lines changed
.licenses/arduino-create-agent/go/golang.org/x/crypto
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ sources:
5
5
apps :
6
6
- source_path : ./
7
7
8
+ reviewed :
9
+ go :
10
+ - golang.org/x/crypto/curve25519
11
+
8
12
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
9
13
allowed :
10
14
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
Original file line number Diff line number Diff line change 1
1
---
2
- name : golang.org/x/crypto/internal/alias
2
+ name : golang.org/x/crypto/curve25519
3
3
version : v0.9.0
4
4
type : go
5
- summary : Package alias implements memory aliasing tests.
6
- homepage : https://pkg.go.dev/golang.org/x/crypto/internal/alias
7
- license : bsd-3-clause
5
+ summary : Package curve25519 provides an implementation of the X25519 function, which
6
+ performs scalar multiplication on the elliptic curve known as Curve25519.
7
+ homepage : https://pkg.go.dev/golang.org/x/crypto/curve25519
8
+ license : other
8
9
licenses :
9
10
-
sources :
[email protected] /LICENSE
10
11
text : |
You can’t perform that action at this time.
0 commit comments