Skip to content

refactor(#29): updated readme for RSA-OAEP. ECDSA example change. #29

refactor(#29): updated readme for RSA-OAEP. ECDSA example change.

refactor(#29): updated readme for RSA-OAEP. ECDSA example change. #29

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "^1.20"
- run: go test -v ./...