[trivial] Add end of namespace comments

This commit is contained in:
practicalswift
2017-05-31 22:21:25 +02:00
parent 4c924011f5
commit 5a9b508279
20 changed files with 37 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ namespace
{
/* Global secp256k1_context object used for verification. */
secp256k1_context* secp256k1_context_verify = NULL;
}
} // namespace
/** This function is taken from the libsecp256k1 distribution and implements
* DER parsing for ECDSA signatures, while supporting an arbitrary subset of