package crypt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ffi.ml

1
2
3
# 1 "lib/ffi.posix.extended.ml"
external crypt : string -> string -> string = "ml_crypt"
(** [crypt key salt] - crypt_r *)