2021-03-31 11:09:28 +02:00
|
|
|
# Copyright (c) 2021 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
config PACKAGE_C25519
|
|
|
|
bool "Curve255191 Diffie-Hellman function package"
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
help
|
|
|
|
This package contains portable public-domain implementations of
|
|
|
|
Daniel J. Bernstein's Curve255191 Diffie-Hellman function, and
|
|
|
|
of the Ed25519 signature system. The memory consumption is low
|
|
|
|
enough that they could be reasonably considered for most
|
|
|
|
microcontroller applications. In particular, Curve25519 scalar
|
|
|
|
multiplication uses less than half a kB of peak stack usage.
|
2023-09-25 17:19:32 +02:00
|
|
|
|
|
|
|
rsource "psa_c25519/Kconfig"
|