mikhailuwu / safeheap

Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling.
GNU General Public License v3.0
1 stars 0 forks source link

Implement entropy from tpm in sh_keygen #11

Open mikhailuwu opened 2 weeks ago

mikhailuwu commented 2 weeks ago

If possible, use the TPM to generate random bytes for the key.

mikhailuwu commented 2 weeks ago

Implemented sh_tpm_get_randbyte, awaiting testing.