Document not found (404)
+This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index c15a691..0000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,30 +0,0 @@ -{ - "projectName": "bitcoin-circle-stark", - "projectOwner": "Bitcoin-Wildlife-Sanctuary", - "files": [ - "README.md" - ], - "commitType": "docs", - "commitConvention": "angular", - "contributorsPerLine": 7, - "contributors": [ - { - "login": "victorkstarkware", - "name": "victorkstarkware", - "avatar_url": "https://avatars.githubusercontent.com/u/160594433?v=4", - "profile": "https://github.com/victorkstarkware", - "contributions": [ - "code" - ] - }, - { - "login": "AbdelStark", - "name": "Abdel @ StarkWare ", - "avatar_url": "https://avatars.githubusercontent.com/u/45264458?v=4", - "profile": "http://starknet.io", - "contributions": [ - "maintenance" - ] - } - ] -} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index fde3a83..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: Test -on: - push: - branches: - - main - pull_request: - branches: - - main - -env: - RUSTFLAGS: -D warnings - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@nightly - - uses: Swatinem/rust-cache@v2 - - run: cargo test -- --nocapture - - clippy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@nightly - - uses: Swatinem/rust-cache@v2 - - run: cargo clippy --all --all-features --all-targets -- -D warnings - - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@nightly - with: - components: rustfmt - - uses: Swatinem/rust-cache@v2 - - run: cargo +nightly fmt --all -- --check - - typos: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: crate-ci/typos@v1.16.23 - with: - files: . diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c683bf1..0000000 --- a/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -# Generated by Cargo -# will have compiled files and executables -debug/ -target/ - -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - -# These are backup files generated by rustfmt -**/*.rs.bk - -# MSVC Windows builds of rustc generate these, which store debugging information -*.pdb - -.idea \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..f173110 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/404.html b/404.html new file mode 100644 index 0000000..8ec80ec --- /dev/null +++ b/404.html @@ -0,0 +1,190 @@ + + +
+ + +This URL is invalid, sorry. Please use the navigation bar or search to continue.
+ +victorkstarkware 💻 |
- Abdel @ StarkWare 🚧 |
-
Bitcoin Circle STARK includes Bitcoin script implementations of various cryptographic primitives for STARK.
+Essentially, it's a collection of building blocks of a Circle STARK verifier in Bitcoin script.
+ + +