tlock-js icon indicating copy to clipboard operation
tlock-js copied to clipboard

Timelock Encryption made practical. A Typescript library for encrypting for the future.

Results 8 tlock-js issues
Sort by recently updated
recently updated
newest added

This is important for use case that do not want to make the round number public right away fixes: https://github.com/drand/tlock-js/issues/5

In my use case, the encryptor do not want the decryptor to know when decryption is possible. This is because in my use case, the timing needs to remains secret....

Hi, Reading the doc it says about timeForRound: ``` timeForRound Given a NetworkInfo object, it calculates the approximate time the given round will be emitted at (approximate because the network...

Is it possible to create a zero knowledge proof that a secret has been encrypted and not some "garbage"? Example: We want to reveal a secret key for a given...

tlock-js is incompatible with [vite](https://vitejs.dev/) and I suspect the error message from vite is correct and tlock-js must not follow modern export convention Repro : https://github.com/wighawag/vite-tlock-js ``` pnpm i pnpm...

Similar to this: https://github.com/drand/drand-client/issues/86 Getting issues with modern tooling that expect es modules Not sure yet what is the exact issue but feel like there is no reason why drand-client...

Add support for the new BN254 network, `evmnet`, using the code from Paul MIller's [Noble Curves](https://github.com/paulmillr/noble-curves?tab=readme-ov-file#bn254-aka-alt_bn128) library.