mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
20 lines
769 B
Plaintext
20 lines
769 B
Plaintext
# 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.
|
|
|
|
rsource "psa_c25519/Kconfig"
|