The Jubjub coefficient
(jubjub-montgomery-a) → a
Function:
(defun jubjub-montgomery-a nil (declare (xargs :guard t)) (let ((__function__ 'jubjub-montgomery-a)) (declare (ignorable __function__)) 40962))
Theorem:
(defthm return-type-of-jubjub-montgomery-a (b* ((a (jubjub-montgomery-a))) (fep a (jubjub-q))) :rule-classes :rewrite)
Theorem:
(defthm jubjub-montgomery-a-not-plus-two (not (equal (jubjub-montgomery-a) 2)))
Theorem:
(defthm jubjub-montgomery-a-not-minus-two (not (equal (jubjub-montgomery-a) (neg 2 (jubjub-q)))))