micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
166 stars 34 forks source link

Is there any function to work with AES in this lib? #32

Open Alisson-Frota-Soares opened 6 months ago

Alisson-Frota-Soares commented 6 months ago

I'm trying to encrypt the mnemonic using AES, I'm using mbedtls/aes.h and it's a mess to deal with, mainly because of the block sizes. So I wanted to know if there is any function for this within this lib.

thank you!