1

(1 replies, posted in wolfCrypt)

Hi, there

I need some hash functions and rsa(ecc) algorithm in wolfcrypt
- sha 256/512
- ecc

I try to build wolfssl according to manual.
It's done(very easily, thanks to you guys) but size of library was so huge....

1. how to build individual algorithms in wolfcrypto?
    (only includes sha256/512 and ecc)

2. if possible, how big is the library size?
    (my capacity is about 10K bytes...)