mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Merge pull request #7778 from daverodgman/p256-m-copyright
This commit is contained in:
commit
7c5e567813
2 changed files with 2 additions and 0 deletions
1
3rdparty/p256-m/p256-m/p256-m.c
vendored
1
3rdparty/p256-m/p256-m/p256-m.c
vendored
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* Implementation of curve P-256 (ECDH and ECDSA)
|
||||
*
|
||||
* Copyright The Mbed TLS Contributors
|
||||
* Author: Manuel Pégourié-Gonnard.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
|
|
|||
1
3rdparty/p256-m/p256-m/p256-m.h
vendored
1
3rdparty/p256-m/p256-m/p256-m.h
vendored
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
* Interface of curve P-256 (ECDH and ECDSA)
|
||||
*
|
||||
* Copyright The Mbed TLS Contributors
|
||||
* Author: Manuel Pégourié-Gonnard.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue