Skip to content

add PublicKey.mul(SecretKey) #48

add PublicKey.mul(SecretKey)

add PublicKey.mul(SecretKey) #48

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: node
uses: actions/setup-node@v4
with:
node-version: '20'
- run: node test/test.js
- run: node test/mcl-test.js