Prettyprint

This commit is contained in:
Douglas Stebila 2019-06-25 09:16:51 -04:00
parent e32e3c6832
commit 640ad555eb
6 changed files with 6 additions and 6 deletions

View File

@ -104,7 +104,7 @@ OQS_API void OQS_MEM_insecure_free(void *ptr);
#endif
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif // __OQS_COMMON_H

View File

@ -65,7 +65,7 @@ OQS_API void OQS_randombytes(uint8_t *random_array, size_t bytes_to_read);
OQS_API void OQS_randombytes_nist_kat_init(const uint8_t *entropy_input, const uint8_t *personalization_string, int security_strength);
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif // __OQS_RANDOM_H

View File

@ -122,7 +122,7 @@ void OQS_AES256_ECB_enc_sch(const uint8_t *plaintext, const size_t plaintext_len
void OQS_AES256_ECB_dec_sch(const uint8_t *ciphertext, const size_t ciphertext_len, const void *schedule, uint8_t *plaintext);
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif

View File

@ -367,7 +367,7 @@ void OQS_SHA3_cshake256_simple_absorb(uint64_t *state, uint16_t cstm, const uint
void OQS_SHA3_cshake256_simple_squeezeblocks(uint8_t *output, size_t nblocks, uint64_t *state);
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif

View File

@ -268,7 +268,7 @@ OQS_API void OQS_KEM_free(OQS_KEM *kem);
// EDIT-WHEN-ADDING-KEM
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif // __OQS_KEM_H

View File

@ -236,7 +236,7 @@ OQS_API void OQS_SIG_free(OQS_SIG *sig);
// EDIT-WHEN-ADDING-SIG
#if defined(__cplusplus)
} // extern "C"
} // extern "C"
#endif
#endif // __OQS_SIG_H