mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
9e69bd5c56
commit
32ec3fe089
@@ -141,7 +141,7 @@ using sha512_hasher = beast::sha512_hasher;
|
||||
representing a Ripple account, from a message. Typically the
|
||||
message is the public key of the account - which is not
|
||||
stored in the account root.
|
||||
|
||||
|
||||
The same computation is used regardless of the cryptographic
|
||||
scheme implied by the public key. For example, the public key
|
||||
may be an ed25519 public key or a secp256k1 public key. Support
|
||||
@@ -217,7 +217,7 @@ public:
|
||||
explicit
|
||||
operator result_type() noexcept
|
||||
{
|
||||
auto const digest =
|
||||
auto const digest =
|
||||
sha512_hasher::result_type(h_);
|
||||
result_type result;
|
||||
std::copy(digest.begin(),
|
||||
|
||||
Reference in New Issue
Block a user