-
ABSTRACT: This document provides sequence diagrams for the MuSig2 multisignature protocol, covering 2-of-2 multisig with direct peer-to-peer interaction and 3-of-3 multisig with a Coordinator. It integrates GSTP and ESC to ensure secure, trustless communication, offering a practical guide for implementing efficient, private, and secure multisig solutions.
-
COPYRIGHT: This text of this guide is Copyright ©️2024 by Blockchain Commons, and was written by Christopher Allen. It is shared under spdx:CC-BY4.0 open-source license.
-
MAIN BRANCH: The main branch of this diagram is now part of the Blockchain Commons Developer Website. Use the Gordian Developer Community Discussions if you have questions or use the [Issues](https://github.com/Blockchai
OVERVIEW: A hub of links exploring the potential of Schnorr signatures and related cryptographic innovations. It highlights their applications in enhancing efficiency, privacy, and functionality across blockchain systems, particularly Bitcoin, while also emphasizing broader implications for secure protocols, multisignature schemes, and decentralized technologies. These annotated links are to foundational articles, research, and discussions, offering insights into the transformative opportunities these Schnorr related opportunities present.
- Tags: #schnorr #cryptography #mpc #multipartycomputation #frost [#musig](https://gist.github.
I use these snippets in my blogs at www.LifeWithAlacrity.com and www.BlockchainCommmons.com.
-
Abstract: This guide provides best practices for writing clear, maintainable, and robust Zsh scripts. Aimed at helping developers transition from Bash to Zsh, particularly on macOS, this guide offers practical advice and examples for creating standardized and efficient scripts.
-
Copyright This text of this guide is Copyright ©️2024 by Christopher Allen, and is shared under spdx:CC-BY-SA-4.0 open-source license. All the example code is relenquished to the public domain under spx:CC0-1.0.
-
Tags: #zsh #scripting #cli #opinionated
First pass of organizing various data and scripts about a repository. One open question is seperation of data about a repository vs scripts that use that data.
Note that much of this doesn't currently work with various Git hosting services (for instance GitHub & GitLab put their files in .github/
.gitlab/
respectively). Instead, this is more of a proposal.
Git itself uses .git/hooks
. but you can set git config core.hooksPath /path/to/your/hooks
to the path you want.
Git started supporting SHA-256 based commit hashes in version 2.29, officially released on October 19, 2020.
This version included the --object-format=sha256
option for the git init
command.
This feature is part of Git's ongoing efforts to enhance security and address potential vulnerabilities related to the use of SHA-1 hash algorithm.