Updated asn1 experiment, now exploring PER and OER
Gajumaru Serialization Tests / tests (push) Successful in 12s

This commit is contained in:
Ulf Wiger
2026-07-08 10:53:31 +02:00
parent 9817af8a46
commit 4036133476
26 changed files with 10499 additions and 39 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ The template 'language' is defined by these types:
```erlang
-type template() :: [{field_name(), type()}].
-type field_name() :: atom().
-type type() :: 'int'
-type type() :: 'int' % bignum (non-negative, for amounts etc. up to 10^30 Pucks)
| 'uint128' | 'uint64' | 'uint32' | 'uint16' | 'uint8'
| 'bool'
| 'binary'
| 'id' %% As defined in aec_id.erl