You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
265 B
C

#pragma once
#include <stdbool.h>
#include <stdio.h>
struct ap_object;
struct crypto_keys;
bool ap_activity_create_rsa_signature_2017( struct ap_object* act, struct crypto_keys* keys );
void ap_activity_write_normalized_rdf( struct ap_object* act, FILE* out );