Use new template

This commit is contained in:
2026-01-22 10:30:12 +01:00
parent dbba961dbf
commit b7c294342a
12 changed files with 126 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import {test, expect} from 'bun:test'
import {signature} from '../index'
import {signature} from '..'
import {gen, sign, verify} from '../src/signature'
test('base case', async () => {