aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-04 11:32:28 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-04 11:32:28 +0930
commit3a43c5e6e2afbd0bbcd38d223ce3b41dbe2f5a9f (patch)
treebf62e2de5944f65cf5eb008acf422d8f6868b077 /src/protocol.h
parent1aa37a98e47335e283d08a7798bd8e0d2eda7227 (diff)
* Revision htbt_host_cred format
* Rewrite proto_test accordingly
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 0 insertions, 1 deletions
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);