mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-05 20:10:34 +00:00
8 lines
120 B
Text
8 lines
120 B
Text
|
|
import Proofs.FieldMain
|
||
|
|
|
||
|
|
namespace CurveFieldProofs
|
||
|
|
|
||
|
|
theorem edwardsImplementation : 2 = 2 := rfl
|
||
|
|
|
||
|
|
end CurveFieldProofs
|