Adam Burns
41a2e3e6e6
adds native java jni bindings ( #101 )
Co-authored-by: Adam Burns <adam@dyne.org>
3 years ago
Jaromil
96993e3ab2
zencode given test
3 years ago
π¦
9e3c5521ec
π·[js] Release 1.1.0 with dp3t
* new proximity zencodes https://dev.zenroom.org/#/pages/zencode?id=proximity-tracing
* docs updated
* remove useless dependencies
* added print_err call and testing
3 years ago
Jaromil
ec186e8139
zencode fixes to given and scenario, removed ZEN:import
now using ZEN.decode and soon ZEN.cast
3 years ago
Jaromil
288df45a55
fix and speedup export of binary to hex
3 years ago
Andrea D'Intino
40e095a0a4
Logo now points to the dev website
3 years ago
Jaromil
60ac2e4109
fix to given data conversion deepmap
3 years ago
Jaromil
33e6709f67
fix to coconut petition duplicate signature check
3 years ago
π¦
4579bd4bf9
π Pretty print JSON in docs
3 years ago
Jaromil
4516a1e7ab
zencode documentation on proximity tracing
3 years ago
Jaromil
b1b37c8a5b
zencode given fixes (lts alignment)
3 years ago
Jaromil
c4e9bd8e01
alignment of tests and new zencode
3 years ago
Jaromil
4dbfe3f892
zencode debug improvements
3 years ago
Jaromil
ff9d0a0020
new test reorganisation for zencode simple
3 years ago
Jaromil
842ccb5ab6
zencode_data improvements and new ZEN.decode function for encoding
3 years ago
Jaromil
8db9001e7f
traceback and debug enhancements, schema output
now all debug messages are sent on stderr also voluntary zencode
statements as 'debug', as well new statements are added like 'schema'
to dump HEAP structure without contents and 'backtrace' for execution
log
3 years ago
Jaromil
7502bca811
garbage collection after each zencode line execution
3 years ago
Jaromil
944da69be0
fix detection of external random seed and adopt it in dp3t zencode
3 years ago
π¦
212d113422
π Fix web encrypt demo within docs
3 years ago
π¦
fdfb801ece
π fix paths, update libs and zenroom on playground
3 years ago
Andrea D'Intino
436c2b9e4f
Added "$PWD/../.." among the paths
This covers the case when the zenroom binary is in the ./Zenroom folder
3 years ago
Jaromil
2eef5b262b
fix online demo completions
3 years ago
Jaromil
89fad9a457
zencode simple scenario update and docs generation
3 years ago
Jaromil
97419cc5e3
zencode fix simple crypto example
3 years ago
Jaromil
d380dee4bb
common zencode test examples shell utils
3 years ago
Jaromil
e6339c45ae
zencode improve test and documentation for simple and dp3t scenarios
3 years ago
Jaromil
f9bfb20ccf
align dp3t implementation and test script to vectors
3 years ago
fdeantoni
e695abcc6e
Added build target osx-lib to build a Zenroom static library. ( #94 )
3 years ago
π¦
d3123c3032
π Update docs for static target ( #100 ) fixes #99
3 years ago
Andrea D'Intino
91d6c20aa9
Zencode Cookbook ( #98 )
* added first version of Zencode cookbook
* using zencode files from ../_media/examples/
* π¨ Linting and indentation
* π Fix some path. Syntax Highlight. Fancy shell image
Co-authored-by: Puria Nafisi Azizi <puria@dyne.org>
3 years ago
Andrea D'Intino
c77e6d6cf5
π Improved and organize docs ( #97 )
* improved and split docs
modified: docs/_sidebar.md
new file: docs/pages/zencode-list.md
modified: docs/pages/zencode.md
* π Update utterances. Syntax highlight. Typos.
Co-authored-by: Puria Nafisi Azizi <puria@dyne.org>
3 years ago
Jaromil
fc72b32253
zencode update of DP-3T scenario
correct generation of ephid and segmentation, broadcast key can be
configured with a zencode statement
3 years ago
Jaromil
c6c397d842
script used to generate the DP-3T vectors in https://github.com/DP-3T/documents/issues/62
3 years ago
Adam Burns
87dc9d1848
Update Android building ( #92 )
* fixes setting Android NDK path to
* updates Android build for NDK toolchains & .mk API_LEVEL
* adds libzenroom update script for Android projects
* moves default lib install point to under build directory
* updates Android lib building instructions
Co-authored-by: Adam Burns <adam@dyne.org>
Co-authored-by: Jaromil <jaromil@dyne.org>
3 years ago
Jaromil
f6c9208d85
zencode internals cleanup of ZEN.get and schema validation
also added "." target for ZEN.get to use the object itself
3 years ago
Jaromil
2e284e67a0
small fixes to the README
3 years ago
Jaromil
69a07e8873
zencode given statements garbage collection of TMP
3 years ago
Jaromil
c40e8a2e65
cleanup the debug message pipeline in C and Lua
should also remove the memory manager output when debug=0
fix #95 point 2.
3 years ago
Jaromil
e4f983939a
zencode export conversion on array objects
3 years ago
Jaromil
b1ad9b99e2
zencode eval use OCTET class
3 years ago
Jaromil
e77109ea62
zencode given add array type for strings
3 years ago
Jaromil
de51734159
change default memory manager to SYS
3 years ago
Jaromil
b8e5109370
new zencode split of octets and OCTET.chop lua function
3 years ago
Jaromil
3c1e8841c2
dp-3t scenario correct counter for ephid loop generation
3 years ago
π¦
2b0ccb6e20
Organize the build page better thanks to #93
3 years ago
π¦
be60121535
π Fix #93 updating documentation targets
3 years ago
Jaromil
bfedba5705
simplified zencode data import code
data type string prefixes were dropped after alpha phase
3 years ago
Jaromil
21adf6091f
updated zencode DP-3T scenario implementation to use AES-CTR
correct implementation following up issue
https://github.com/DP-3T/documents/issues/57
thanks @kennypaterson for your patience
3 years ago
Jaromil
40019df7d1
new AES-CTR vector test from NIST
also some AES test reorg and a debug snag
3 years ago
Jaromil
79cbd8a0bb
update lua documentation and tests to use new AES class
compatibility is still kept to have ECDH.aes* functions, but will soon
be dropped.
3 years ago