From 3a43c5e6e2afbd0bbcd38d223ce3b41dbe2f5a9f Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 4 Sep 2020 11:32:28 +0930 Subject: * Revision htbt_host_cred format * Rewrite proto_test accordingly --- src/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index c38a459..5f0d2c0 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -302,7 +302,6 @@ void prne_init_host_cred (prne_host_cred_t *hc); bool prne_alloc_host_cred (prne_host_cred_t *hc, const uint8_t id_len, const uint8_t pw_len); void prne_free_host_cred (prne_host_cred_t *hc); bool prne_eq_host_cred (const prne_host_cred_t *a, const prne_host_cred_t *b); -// TODO: base64 encode prne_htbt_ser_rc_t prne_enc_host_cred (uint8_t *data, const size_t len, size_t *actual, const prne_host_cred_t *in); prne_htbt_ser_rc_t prne_dec_host_cred (const uint8_t *data, const size_t len, prne_host_cred_t *out); -- cgit