Merge pull request #69 from acetoneRu/master

Output formatting
This commit is contained in:
orignal 2021-05-16 14:42:13 -04:00 committed by GitHub
commit 47d74a9814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@ int main(int argc, char * argv[])
std::cout << "\nPrivateKey: ";
for (int i = 0; b64Private[i] != 0; ++i)
std::cout << b64Private[i];
std::cout << std::endl;
return 0;
}