mirror of
https://github.com/saymrwulf/risc0-ed25519-verified.git
synced 2026-09-06 20:20:41 +00:00
23 lines
924 B
Text
23 lines
924 B
Text
|
|
-- THIS FILE WAS AUTOMATICALLY GENERATED BY AENEAS
|
||
|
|
-- [curve25519_dalek]: external functions.
|
||
|
|
-- This is a template file: rename it to "FunsExternal.lean" and fill the holes.
|
||
|
|
import Aeneas
|
||
|
|
import CurveScalar.Types
|
||
|
|
open Aeneas Aeneas.Std Result ControlFlow Error
|
||
|
|
set_option linter.dupNamespace false
|
||
|
|
set_option linter.hashCommand false
|
||
|
|
set_option linter.unusedVariables false
|
||
|
|
|
||
|
|
/- You can set the `maxHeartbeats` value with the `-max-heartbeats` CLI option -/
|
||
|
|
set_option maxHeartbeats 1000000
|
||
|
|
|
||
|
|
/- You can set the `maxRecDepth` value with the `-max-recdepth` CLI option -/
|
||
|
|
set_option maxRecDepth 2048
|
||
|
|
open curve25519_dalek
|
||
|
|
|
||
|
|
/-- [curve25519_dalek::backend::serial::u64::scalar::{curve25519_dalek::backend::serial::u64::scalar::Scalar52}::sub::black_box]:
|
||
|
|
Source: 'curve25519-dalek/src/backend/serial/u64/scalar.rs', lines 179:8-183:9 -/
|
||
|
|
axiom backend.serial.u64.scalar.Scalar52.sub.black_box
|
||
|
|
: Std.U64 → Result Std.U64
|
||
|
|
|