https://github.com/project-everest/hacl-star
Raw File
Tip revision: 4a0181f03eb16208629b26d2eeebfd0ea001ef2d authored by Aseem Rastogi on 28 November 2019, 15:19:34 UTC
Merge branch 'aseem_dynamic_regions_cleanup' into fstar-master
Tip revision: 4a0181f
Hacl.Hash.Core.SHA1.fsti
module Hacl.Hash.Core.SHA1

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

noextract inline_for_extraction
val legacy_alloca: alloca_st SHA1
val legacy_init: init_st SHA1
val legacy_update: update_st SHA1
val legacy_pad: pad_st SHA1
val legacy_finish: finish_st SHA1
back to top