https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: f78585b25685728cb3640da35a816b24119d36e0 authored by zhenlei on 11 June 2019, 12:46:36 UTC
[presentation|multisig]Add presentation about multisig's modification
Tip revision: f78585b
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
# Generated by configure and coq_makefile
_CoqProject
Makefile
.coqdeps.d

# LaTeX
*.tex
*.vrb
*.toc
*.toc
*.snm
*.out
*.nav
*.aux
*.log
# we keep *.pdf to ease sharing of slides
notes.*
*~
Makefile.conf
back to top