-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
01a48d1 Add public ffi module (Tobin C. Harding) 6782fd1 Remove travis config file (Tobin C. Harding) a446115 Remove written by comment (Tobin C. Harding) e8ff1a9 Shoosh C++ compiler (Tobin C. Harding) 8d21e3d Fix rustdoc link (Tobin C. Harding) 596e2ce Move extern C stuff to bottom of file (Tobin C. Harding) 7c1cb29 Remove wildcard import (Tobin C. Harding) 1d36f2c Move error code to bottom of file (Tobin C. Harding) bed7cde Improve docs on verify function (Tobin C. Harding) Pull request description: This is #67 without the final version bump patch. Do a bunch of cleanups then add an `ffi` module to encapsulate the FFI function declarations. ACKs for top commit: apoelstra: ACK 01a48d1 Tree-SHA512: 5e951156498319c0559c5ba48da10810d3112f2372801d778b579e0ecf12bfe2c69d570c9837563d0de06272f4a8e76ae2d9a8afdc1f3a10733cbed96cc5e201
- Loading branch information
Showing
4 changed files
with
96 additions
and
109 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// Written by the Rust Bitcoin developers. | ||
// SPDX-License-Identifier: CC0-1.0 | ||
|
||
#![allow(non_camel_case_types)] | ||
|