Skip to content

Commit

Permalink
Initial kernel code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petertodd committed Jun 3, 2014
1 parent a436def commit 68623fd
Show file tree
Hide file tree
Showing 14 changed files with 1,005 additions and 573 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
684 changes: 684 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions Makefile

This file was deleted.

13 changes: 7 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
By Peter Todd and Amir Taaki

$ time ./timelock 0000000000000000000000000000000000000000000000000000000000000000 1000000
2a5e8b87894fc2d1be46c40ce8f95745cc6a4821d3b1be93e4fba5205c757c40

real 0m5.198s
user 0m5.137s
sys 0m0.033s
Only a single algorithm - SHA256 - is supported by design: timelock encryption
works best if we're all on an even playing field.


Unit Tests
==========

python3 -m unittest discover -s timelock
130 changes: 0 additions & 130 deletions main.cpp

This file was deleted.

Loading

0 comments on commit 68623fd

Please sign in to comment.