Using term rewriting to solve Bit-Vector arithmetic problems (Poster Presentation)

Among many theories supported by SMT solvers, the theory of finite-precision bit-vector arithmetic is one of the most useful, for both hardware and software systems verification. This theory is also particularly useful for some specific domains such as cryptography, in which algorithms are naturally...

ver descrição completa

Detalhes bibliográficos
Autor principal: Abal, Iago (author)
Outros Autores: Cunha, Alcino (author), Hurd, Joe (author), Pinto, Jorge Sousa (author)
Formato: conferenceObject
Idioma:eng
Publicado em: 2012
Assuntos:
Texto completo:http://hdl.handle.net/1822/26358
País:Portugal
Oai:oai:repositorium.sdum.uminho.pt:1822/26358
Descrição
Resumo:Among many theories supported by SMT solvers, the theory of finite-precision bit-vector arithmetic is one of the most useful, for both hardware and software systems verification. This theory is also particularly useful for some specific domains such as cryptography, in which algorithms are naturally expressed in terms of bit-vectors. Cryptol is an example of a domain-specific language (DSL) and toolset for cryptography developed by Galois, Inc.; providing an SMT backend that relies on bit-vector decision procedures to certify the correctness of cryptographic specifications [3]. Most of these decision procedures use bit-blasting to reduce a bit-vector problem into pure propositional SAT. Unfortunately bit-blasting does not scale very well, especially in the presence of operators like multiplication or division.