summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr_int.h')
-rw-r--r--ncr_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr_int.h b/ncr_int.h
index 6d72437..b21f667 100644
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -187,6 +187,7 @@ int ncr_pk_generate(ncr_algorithm_t algo,
struct ncr_key_generate_params_st * params,
struct key_item_st* private, struct key_item_st* public);
int ncr_pk_pack( const struct key_item_st * key, uint8_t * packed, uint32_t * packed_size);
+int ncr_pk_unpack( struct key_item_st * key, const void * packed, size_t packed_size);
int ncr_pk_queue_init(void);