view sk-ecdsa.h @ 1859:1d86a58fb52d

Leave non-interactive at default QoS class Lower class levels are less well defined, and non-interactive SSH can carry various different types of applications. This change also sets lowdelay class (AF21) earlier in an an outbound dbclient session
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Jan 2022 14:34:10 +0800
parents 35d504d59c05
children
line wrap: on
line source

#ifndef DROPBEAR_SK_ECDSA_H_
#define DROPBEAR_SK_ECDSA_H_

#include "includes.h"

#if DROPBEAR_SK_ECDSA

#include "buffer.h"
#include "signkey.h"

int buf_sk_ecdsa_verify(buffer *buf, const ecc_key *key, const buffer *data_buf, const char* app, unsigned int applen);

#endif

#endif /* DROPBEAR_SK_ECDSA_H_ */