|  | @@ -88,6 +88,7 @@ int crypto_pk_asn1_encode(const crypto_pk_t *pk, char *dest, size_t dest_len);
 | 
	
		
			
				|  |  |  crypto_pk_t *crypto_pk_asn1_decode(const char *str, size_t len);
 | 
	
		
			
				|  |  |  int crypto_pk_get_fingerprint(crypto_pk_t *pk, char *fp_out,int add_space);
 | 
	
		
			
				|  |  |  int crypto_pk_get_hashed_fingerprint(crypto_pk_t *pk, char *fp_out);
 | 
	
		
			
				|  |  | +void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  MOCK_DECL(int, crypto_pk_public_checksig_digest,(crypto_pk_t *env,
 | 
	
		
			
				|  |  |            const char *data, size_t datalen, const char *sig, size_t siglen));
 |