https://github.com/project-everest/hacl-star
Raw File
Tip revision: b84ed58c48e02c6557b75ffdded7603bf4dd58f9 authored by Qunyan Mangus on 20 January 2019, 03:14:08 UTC
Update to match syntax changes proposed in vale issue #29
Tip revision: b84ed58
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