Skip to content

Commit

Permalink
Add sv2 noise protocol
Browse files Browse the repository at this point in the history
Co-Authored-By: Christopher Coverdale <chris.coverdale24@gmail.com>
  • Loading branch information
Sjors and ccdle12 committed Sep 20, 2024
1 parent 22ba172 commit f1db3bd
Show file tree
Hide file tree
Showing 8 changed files with 1,140 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pubkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ struct EllSwiftPubKey
/** Construct a new ellswift public key from a given serialization. */
EllSwiftPubKey(Span<const std::byte> ellswift) noexcept;

/** Decode to normal compressed CPubKey (for debugging purposes). */
/** Decode to normal compressed CPubKey. */
CPubKey Decode() const;

// Read-only access for serialization.
Expand Down
1 change: 1 addition & 0 deletions src/sv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# file COPYING or https://opensource.org/license/mit/.

add_library(bitcoin_sv2 STATIC EXCLUDE_FROM_ALL
noise.cpp
)

target_link_libraries(bitcoin_sv2
Expand Down
Loading

0 comments on commit f1db3bd

Please sign in to comment.