Upgrade to libtasn1 4.19.0
[platform/upstream/libtasn1.git] / CONTRIBUTING.md
1 # libtasn1 -- Information about our contribution rules and coding style
2
3 Unless otherwise stated or implied the [GnuTLS contribution rules apply](https://gitlab.com/gnutls/gnutls/blob/master/CONTRIBUTING.md).
4
5 The following sections document any differences that apply:
6
7 # Function names
8
9 All the function names use underscore `_`, to separate words, functions like
10 asn1DoThat are not used. The exported function names start with the
11 `asn1_` prefix.