Topic: How to USE CTR-DRBG ?

How to use ctr-drbg ?

please answer to me.

1. how to use configure options ?

2. how to use define Flag ?

3. c++ examples

regards

thanks

Share

Re: How to USE CTR-DRBG ?

Hi kjjy7,

1. Please use the quick start guide for familiarization with configure options found here: https://www.wolfssl.com/docs/quickstart/

2. You can set in configure options with CFLAGS="-DOPTION1 -DOPTION2" etc or define in wolfssl-root/wolfssl/wolfcrypt/settings.h

3. All of our examples are written in C which can be compiled by a c++ compiler: https://github.com/wolfSSL/wolfssl-examples


Let me know if you have any other questions.

Warm Regards,

Kaleb