Module Hacl_star.AutoConfig2

module EverCrypt_AutoConfig2 : sig ... end
type feature =
  1. | SHAEXT
  2. | AES_NI
  3. | PCLMULQDQ
  4. | VEC128
  5. | VEC256
  6. | BMI2
  7. | ADX
  8. | SSE
  9. | MOVBE
  10. | RDRAND
val init : unit -> unit EverCrypt_AutoConfig2_stubs.return
val has_feature : feature -> bool EverCrypt_AutoConfig2_stubs.return