Skip to content

V added scrypt and ECDSA, add thirdparty secp256k1 #15

V added scrypt and ECDSA, add thirdparty secp256k1

V added scrypt and ECDSA, add thirdparty secp256k1 #15

Workflow file for this run

name: V_crypto
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: install V
run: |
git clone https://github.com/vlang/v
cd v
.\make.bat -tcc
- name: test algorithms
run: ./v/v test md4/ tea/ xtea/ cipher_/ salsa20/ ripemd160/ twofish/