Skip to content

Commit a04c58a

Browse files
committed
Add note of caution to README
1 parent 50a5c77 commit a04c58a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Scriptless Scripts
22
Scriptless scripts is an approach to designing cryptographic protocol on top of Bitcoin which avoids execution of explicit smart contracts.
33

4+
**WARNING:** Unless specified otherwise, the presented schemes are ad-hoc constructions and have no formal security model or security proof. They may miss crucial details, are outright insecure or seriously flawed in other ways.
5+
46
* **[Adaptor Signatures and Atomic Swaps from Scriptless Scripts](md/atomic-swap.md)**
57
* This document describes adaptor signatures and multisignatures, which are the original building blocks of scriptless scripts.
68
It also describes an atomic swap protocol using these building blocks.

0 commit comments

Comments
 (0)