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