https://github.com/project-everest/hacl-star
Raw File
Tip revision: 740de73b269f130b075d83313c6511a5111e2fec authored by Jay Bosamiya on 12 September 2019, 20:47:58 UTC
Add minor fix due to recent updates in fstar-master
Tip revision: 740de73
Hacl.Hash.Core.SHA1.fsti
module Hacl.Hash.Core.SHA1

open Hacl.Hash.Definitions
open Spec.Hash.Definitions

noextract inline_for_extraction
val alloca: alloca_st SHA1
val init: init_st SHA1
val update: update_st SHA1
val pad: pad_st SHA1
val finish: finish_st SHA1
back to top