mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 04:20:45 +00:00
ECDSA: Fix formatting
This commit is contained in:
parent
5833de7ab2
commit
ef17e3b59c
1
include/mbedtls/ecdsa.h
Normal file → Executable file
1
include/mbedtls/ecdsa.h
Normal file → Executable file
@ -479,6 +479,7 @@ int mbedtls_ecdsa_read_signature_restartable( mbedtls_ecdsa_context *ctx,
|
|||||||
const unsigned char *hash, size_t hlen,
|
const unsigned char *hash, size_t hlen,
|
||||||
const unsigned char *sig, size_t slen,
|
const unsigned char *sig, size_t slen,
|
||||||
mbedtls_ecdsa_restart_ctx *rs_ctx );
|
mbedtls_ecdsa_restart_ctx *rs_ctx );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief This function generates an ECDSA keypair on the given curve.
|
* \brief This function generates an ECDSA keypair on the given curve.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user