Christian Risi fa71d33a53 V0.6.9 Arroyo Toad
Added support for P256 curve and suppressed the one for P521 for testing reasons
2024-12-07 18:00:35 +00:00

9 lines
123 B
JSON

{
"tasks": {
"dev": "deno run --watch ./src/mod.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}