Add saw proof for AEAD inversion
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,6 +1,7 @@
|
||||
.PHONY: test test-hash256 test-xof128 test-cxof128 test-aead128
|
||||
.PHONY: test test-hash256 test-xof128 test-cxof128 test-aead128 saw-proofs
|
||||
|
||||
CRYPTOL ?= cryptol
|
||||
SAW ?= saw
|
||||
|
||||
test: test-hash256 test-xof128 test-cxof128 test-aead128
|
||||
|
||||
@@ -15,3 +16,6 @@ test-cxof128:
|
||||
|
||||
test-aead128:
|
||||
$(CRYPTOL) -c :exhaust TestAsconAEAD128.cry
|
||||
|
||||
saw-proofs:
|
||||
$(SAW) verify.saw
|
Reference in New Issue
Block a user