-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathffigen.yaml
More file actions
39 lines (38 loc) · 926 Bytes
/
ffigen.yaml
File metadata and controls
39 lines (38 loc) · 926 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
# Run with `dart run ffigen --config ffigen.yaml`.
name: NativeHashBindings
description: |
Bindings for `src/native_hash.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/native_hash_bindings_generated.dart'
headers:
entry-points:
- 'src/native_hash.h'
- 'src/sha256.h'
- "src/aes.h"
- "src/arcfour.h"
- "src/base64.h"
- "src/blowfish.h"
- "src/des.h"
- "src/md2.h"
- "src/md5.h"
- "src/rot-13.h"
- "src/sha1.h"
include-directives:
- 'src/native_hash.h'
- 'src/sha256.h'
- "src/aes.h"
- "src/arcfour.h"
- "src/base64.h"
- "src/blowfish.h"
- "src/des.h"
- "src/md2.h"
- "src/md5.h"
- "src/rot-13.h"
- "src/sha1.h"
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full