Skip to content

Release v1.1.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 09:15
· 10 commits to main since this release

SchemaPin Release v1.1.4

Multi-language cryptographic schema integrity verification package.

npm Installation

npm install schemapin

PyPI Installation

pip install schemapin

Go Installation

go install github.com/ThirdKeyAi/schemapin/go/cmd/...@v1.1.4

CLI Tools

# Python
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

# Go (same interface)
schemapin-keygen --help
schemapin-sign --help
schemapin-verify --help

Changes

See CHANGELOG.md for detailed changes.

Package Links