https://github.com/project-everest/hacl-star
Raw File
Tip revision: f168348ebe742ec830afce4301416937d1a46c68 authored by Chris Hawblitzel on 16 February 2019, 18:58:30 UTC
Have valedepend.py generate better dependencies for .fsti files
Tip revision: f168348
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