Commit Graph

104 Commits

Author SHA1 Message Date
Julien Cretin 5ce91947b6 Fix StoreRatio fields visibility and improve documentation 2020-10-29 12:23:34 +01:00
Julien Cretin e7303ed7c6 Add model for new store 2020-10-27 14:23:39 +01:00
Julien Cretin 71815cad09 Update ERASED_WORD definition to use WORD 2020-10-27 13:45:18 +01:00
Julien Cretin edd1bcf5d2 Do not inline constants in documentation 2020-10-27 11:25:08 +01:00
Julien Cretin 552bab6ba9 Remove public visibility for internal function 2020-10-26 17:51:40 +01:00
Julien Cretin cb3369213f Fix merge missing conflict 2020-10-23 17:27:20 +02:00
Julien Cretin 3755be1625 Merge branch 'master' into v2_lib 2020-10-23 17:20:19 +02:00
Julien Cretin 99e2d07156 Fix documentation 2020-10-23 16:38:48 +02:00
Julien Cretin f52ea953b8 Improve documentation 2020-10-23 15:38:21 +02:00
Julien Cretin 34ad35fdc1 Fix documentation 2020-10-23 11:52:21 +02:00
Julien Cretin f5e6f8728f Do not use nightly features 2020-10-23 08:41:44 +02:00
Julien Cretin d8f405baab Add missing alloc crate 2020-10-23 08:37:09 +02:00
Julien Cretin 10ac76e58a Add buffer storage for new store 2020-10-23 08:22:30 +02:00
Julien Cretin f8fe1a9493 Add small proofs 2020-10-14 17:36:52 +02:00
Julien Cretin c098f2695b Clarify current supported values 2020-10-14 12:20:48 +02:00
Julien Cretin 223908febd Remove confusing clarification 2020-10-14 11:41:46 +02:00
Julien Cretin f512645837 Improve documentation 2020-10-13 12:46:25 +02:00
Julien Cretin eede767fe3 Improve documentation 2020-10-12 18:07:29 +02:00
Julien Cretin 0242873a23 Improve comments 2020-10-12 16:25:25 +02:00
Julien Cretin d721949806 Improve documentation 2020-10-12 14:40:30 +02:00
Julien Cretin 7b21eba5df Expand documentation 2020-10-09 11:55:51 +02:00
Julien Cretin c09a5ed719 Address comments 2020-10-07 15:17:37 +02:00
Julien Cretin f9f428dcbf Fix documentation 2020-09-30 18:37:33 +02:00
Julien Cretin d0ad46b868 Add format helpers for new store 2020-09-30 18:30:39 +02:00
Julien Cretin 91805db1f0 Rename Const to ConstField 2020-09-29 22:18:30 +02:00
Julien Cretin abe1230364 Clarify documentation 2020-09-29 19:29:06 +02:00
Julien Cretin fa66a613f3 Merge branch 'master' into v2_lib 2020-09-29 14:28:37 +02:00
Guillaume Endignoux 5511811703 Fix most Clippy warnings. 2020-09-29 11:05:24 +02:00
Julien Cretin 67714510f5 Add bitfield helpers for new store 2020-09-28 17:30:44 +02:00
Julien Cretin ba151d9289 Update copyright dates 2020-09-28 13:14:33 +02:00
Julien Cretin 7f826dde53 Add dot at end of short comments 2020-09-28 12:44:56 +02:00
Julien Cretin a203ff13df Create new store and add storage API 2020-09-24 14:24:18 +02:00
Guillaume Endignoux 85a34ad085 Migrate import statements and macros to Rust 2018. 2020-09-24 11:28:24 +02:00
mingxguo27 6ebb69f275 Refactoring 2020-08-12 17:21:00 +00:00
mingxguo27 b09d64a015 Resolve pull request comments: refactoring and workflow 2020-08-12 10:18:17 +00:00
mingxguo27 1e9da1e2d6 Add fuzz target for CBOR 2020-08-11 09:48:44 +00:00
Guillaume Endignoux b30b88156a Update libraries/ to the new libtock. 2020-08-07 15:09:07 +02:00
Guillaume Endignoux 09c9fb3a3e Apply suggestion to remove additional semi-colons. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux 240ba7580d Improve comments. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux db70c3e66d s/read_cbor_map/destructure_cbor_map/g 2020-06-22 11:49:47 +02:00
Guillaume Endignoux 2589eb99b3 Update read_cbor_map example to use a text key as well. 2020-06-22 11:49:47 +02:00
Guillaume Endignoux 493efa9b25 Apply syntax suggestion to read_cbor_map! macro. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux c8864666e0 Extract some logic to a separate function, to reduce binary size overhead of read_cbor_map. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux 2124511913 Simplify syntax of the read_cbor_map! macro, to align it with cbor_map. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux 2c4bf7d422 Add documentation for read_cbor_map! macro. 2020-06-22 11:49:46 +02:00
Guillaume Endignoux 97fb222455 Add a read_cbor_map macro to avoid the overhead of removing values on-by-one in BTreeMap. 2020-06-22 11:49:46 +02:00
Julien Cretin ca6f910c26 Remove unknown fields 2020-05-13 11:09:32 +02:00
Julien Cretin 479de32a95 Rename $initial to $map 2020-05-11 16:40:11 +02:00
Julien Cretin 491721b421 Rename extend_cbor_map_options 2020-05-11 16:07:59 +02:00
Julien Cretin f4b791ed91 Encode credentials as a protocol buffer message
This permits to decode a credential of a different version without failing.
2020-05-09 20:57:13 +02:00