src/http/platform_name/http.cpp
for implemented platforms.savePrivateKey()
saves the private key, and readPrivateKey()
reads the private key. See src/storage/platform_name/storage.cpp
for implemented platforms.fillRandom()
, that fills a buffer with random bytes. See src/random/platform_name/random.cpp
for implemented platforms.