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