11---
22name : golang.org/x/crypto/curve25519
3- version : v0.24 .0
3+ version : v0.26 .0
44type : go
55summary : Package curve25519 provides an implementation of the X25519 function, which
66 performs scalar multiplication on the elliptic curve known as Curve25519.
77homepage : https://pkg.go.dev/golang.org/x/crypto/curve25519
88license : bsd-3-clause
99licenses :
10- - sources : crypto@v0.24 .0/LICENSE
10+ - sources : crypto@v0.26 .0/LICENSE
1111 text : |
12- Copyright (c) 2009 The Go Authors. All rights reserved .
12+ Copyright 2009 The Go Authors.
1313
1414 Redistribution and use in source and binary forms, with or without
1515 modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121 copyright notice, this list of conditions and the following disclaimer
2222 in the documentation and/or other materials provided with the
2323 distribution.
24- * Neither the name of Google Inc. nor the names of its
24+ * Neither the name of Google LLC nor the names of its
2525 contributors may be used to endorse or promote products derived from
2626 this software without specific prior written permission.
2727
@@ -36,7 +36,7 @@ licenses:
3636 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39- - sources : crypto@v0.24 .0/PATENTS
39+ - sources : crypto@v0.26 .0/PATENTS
4040 text : |
4141 Additional IP Rights Grant (Patents)
4242
0 commit comments