mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-08 00:03:38 -04:00
Prettyprint
This commit is contained in:
parent
e32e3c6832
commit
640ad555eb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user