Skip to content

jeffprestes/verificaassinaturacrypto

Repository files navigation

Teaching Go and Crypto for Blockchain & Criptocurrencies

Samples of how to cryptograph or sign data and later decrypt or verifies it using ECDSA and Keccak256. Also, sample of how to encrypt and decrypt using EC and secp256k1 parameters (same parameters used by Bitcoin and Ethereum)

How to execute the examples

After installing Go, set GOPATH, clone this repo and using Linux or Mac terminal run:

$ go get ./...

It will download all dependencies to your GOPATH. Later access the repo directory and run:

$ go run <<directoryExampleYouWant>>/main.go

About

Samples of how to sign data and later verifies it using ECDSA and Keccak256 and how to encrypt and decrypt using EC and secp256k1 parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages