forgot to disable ReflowComments
This commit is contained in:
@@ -203,7 +203,7 @@ RawStringFormats:
|
|||||||
CanonicalDelimiter: pb
|
CanonicalDelimiter: pb
|
||||||
BasedOnStyle: google
|
BasedOnStyle: google
|
||||||
ReferenceAlignment: Pointer
|
ReferenceAlignment: Pointer
|
||||||
ReflowComments: true
|
ReflowComments: false
|
||||||
RemoveBracesLLVM: false
|
RemoveBracesLLVM: false
|
||||||
RemoveParentheses: Leave
|
RemoveParentheses: Leave
|
||||||
RemoveSemicolon: false
|
RemoveSemicolon: false
|
||||||
|
@@ -45,8 +45,10 @@
|
|||||||
* bzero(buf, 64);
|
* bzero(buf, 64);
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Usage example 2: CSPRNG (cryptographically secure pseudo random number
|
* Usage example 2: CSPRNG (cryptographically secure pseudo random number generator)
|
||||||
* generator) slowcrypt_chacha20 state[2]; uint32_t ctr = 1; char buf[64];
|
* slowcrypt_chacha20 state[2];
|
||||||
|
* uint32_t ctr = 1;
|
||||||
|
* char buf[64];
|
||||||
*
|
*
|
||||||
* while need random numbers {
|
* while need random numbers {
|
||||||
* slowcrypt_chacha20_init(state, key, block_ctr, nonce);
|
* slowcrypt_chacha20_init(state, key, block_ctr, nonce);
|
||||||
|
Reference in New Issue
Block a user