Remove nim-regex dependency, improve performance

This commit is contained in:
Zed 2022-01-11 03:10:42 +01:00
commit 6c6386913e
4 changed files with 33 additions and 32 deletions

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-only
import strutils, strformat, uri, tables, base64
import nimcrypto, regex
import nimcrypto
var
hmacKey: string