Skip to content

zoowii/timelock_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time lock puzzle

这是一个简单的时间锁问题的实现,使用的是y=x^(2^T)的方式

时间锁的一个问题的计算需要消耗T步计算,T和时间有弱相关性,无法通过并行计算或者多CPU计算来加速,并且计算出结果后可以很快验证结果是否正确.

通过时间锁问题可以实现Verifiable Delay Functions

About

a simple demo implementation of time lock puzzle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages