summaryrefslogtreecommitdiff
path: root/demo/xclient.py
Commit message (Expand)AuthorAgeFilesLines
* tweaksArmin Rigo2016-01-071-8/+2
* update gmp demomattip2015-11-241-1/+7
* split the demo into two filesmattip2015-11-241-29/+8
* fix one demo for verify -> set_source, compilemattip2015-11-241-28/+36
* Bah. Fix the demos for the updated way of 'ffi.new()'.Armin Rigo2012-07-281-2/+2
* Fix for the verifier test. It lets us define as "typedef ... xyz" some typeArmin Rigo2012-07-131-1/+1
* fix another None -> ffi.NULLRonny Pfannschmidt2012-06-271-1/+1
* Fix the demos (None => ffi.NULL)Armin Rigo2012-06-261-1/+1
* If we know it's a 32-bit integer, use directly 'uint32_t'.Armin Rigo2012-06-181-1/+1
* Fix the issue. Tests pass but would need some review because it'sArmin Rigo2012-06-171-0/+40