Skip to content

Commit b627d33

Browse files
Sjorsccdle12
andcommitted
Add sv2 noise protocol
Co-Authored-By: Christopher Coverdale <[email protected]>
1 parent e509ef2 commit b627d33

File tree

8 files changed

+1139
-1
lines changed

8 files changed

+1139
-1
lines changed

src/pubkey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ struct EllSwiftPubKey
319319
/** Construct a new ellswift public key from a given serialization. */
320320
EllSwiftPubKey(Span<const std::byte> ellswift) noexcept;
321321

322-
/** Decode to normal compressed CPubKey (for debugging purposes). */
322+
/** Decode to normal compressed CPubKey. */
323323
CPubKey Decode() const;
324324

325325
// Read-only access for serialization.

src/sv2/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# file COPYING or https://opensource.org/license/mit/.
44

55
add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
6+
noise.cpp
67
)
78

89
target_link_libraries(bitcoin_sv2

0 commit comments

Comments
 (0)