typo LTC_CHACHA_PRNG / LTC_CHACHA20_PRNG
This commit is contained in:
parent
0df0c9b12c
commit
28927be1dd
@ -342,7 +342,7 @@ static void _unregister_all(void)
|
|||||||
#ifdef LTC_RC4
|
#ifdef LTC_RC4
|
||||||
unregister_prng(&rc4_desc);
|
unregister_prng(&rc4_desc);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_CHACHA_PRNG
|
#ifdef LTC_CHACHA20_PRNG
|
||||||
unregister_prng(&chacha20_prng_desc);
|
unregister_prng(&chacha20_prng_desc);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_SOBER128
|
#ifdef LTC_SOBER128
|
||||||
@ -524,7 +524,7 @@ register_prng(&fortuna_desc);
|
|||||||
#ifdef LTC_RC4
|
#ifdef LTC_RC4
|
||||||
register_prng(&rc4_desc);
|
register_prng(&rc4_desc);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_CHACHA_PRNG
|
#ifdef LTC_CHACHA20_PRNG
|
||||||
register_prng(&chacha20_prng_desc);
|
register_prng(&chacha20_prng_desc);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LTC_SOBER128
|
#ifdef LTC_SOBER128
|
||||||
|
Loading…
x
Reference in New Issue
Block a user