mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-12 18:56:36 +00:00
6 lines
85 B
Nim
6 lines
85 B
Nim
import ./backends/circomcompat
|
|
|
|
export circomcompat
|
|
|
|
type AnyBackend* = CircomCompat
|