https://github.com/project-everest/hacl-star
Raw File
Tip revision: c30efbe64a10dac5b3abed0939538fa638f069ee authored by Chris Hawblitzel on 02 December 2018, 16:43:31 UTC
Merge branch '_dev' into _dev_ckh_aes
Tip revision: c30efbe
.gitattributes
# Linguist
*.fst linguist-language=FStar
*.fst linguist-documentation=false
*.fsti linguist-language=FStar
*.fsti linguist-documentation=false

# Line endings
Makefile.* eol=lf
Makefile eol=lf
configure eol=lf
.gitignore eol=lf
.ignore eol=lf
*.fst eol=lf
*.fsti eol=lf
*.fs* eol=lf
*.ml* eol=lf
*.hints eol=lf

# Don't show diffs for generated ocaml-output files
*.hints -diff

# Checked modules
*.checked binary
*.checked.lax binary
back to top