package randii

  1. Overview
  2. Docs

Source file num_uint32_4.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
open Types
include Num_uint32_2

type digits = digits_four
type word = word_32

let digits = 4
let rotations_0 = Rotations.make
    ~to_num:of_int
    10
    11
    13
    23
    6
    17
    25
    18

let rotations_1 = Rotations.make
    ~to_num:of_int
    26
    21
    27
    5
    20
    11
    10
    20
OCaml

Innovation. Community. Security.