Skip to content

Instantly share code, notes, and snippets.

View zmanian's full-sized avatar

Zaki Manian zmanian

View GitHub Profile
### My publicly-auditable identity:
https://keybase.io/zmanian
### From the command line:
Consider the [the keybase command line program](https://keybase.io/__/command_line/keybase).
```bash
# look me up
### My publicly-auditable identity:
https://keybase.io/zmanian
### From the command line:
Consider the [the keybase command line program](https://keybase.io/__/command_line/keybase).
```bash
# look me up
### Keybase proof
I hereby claim:
* I am zmanian on github.
* I am zmanian (https://keybase.io/zmanian) on keybase.
* I have the public key with fingerprint 5B8B 03BC CE78 6ED6 789F  9BEB CB61 E8C1 50D5 3C5F
To claim this, I am signing this object:
{
"Accounts": [
{
"Address": "6070ff17c39b2b0a64ca2bc431328037fa0f4760",
"Amount": 200000000
}
],
"Validators": [
{
"PubKey": "01206bd490c212e701a2136eeea04f06fa4f287ee47e2b7a9b5d62edd84cd6ad9753",
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJU0nJPAAoJEMth6MFQ1TxfhHEP/1r/pblR2Yv2gRloZiVbzyQB
Q1LL9LpFUENViOrwmMA73KIQ6kPphdPkAHfqZniIETFvKnWfm5floRigNjQU9fWy
3tHeiPxu2r0IqxE9jtMNAPqnZNXxj8ddd53e7aOsp5ulJSGTYdpO8Sd6lK1z3rvy
nfvzdEDEr22GkP8YicA9JszR3FCIaFrgYyFCokudRU3vHZuAoKjoC11yhDOdbP+M
E8YnlLSNRoypRB4TX1FsJVLotgnVczIs0nr2XnS8kpwy1tixKpy4rgPqdwdXYZnJ
t9y0ZbXYojh4UdZE4jARKUFvq6kTFQJoqtGium1WswWRb/gD0kBFJIrA9iahyocy
xIjIZUBE7hDJ/fBIN8oiwYW6tk8xIabS+k319VMWX7xciEgCyAxEXxsKHcnrzLsI
@zmanian
zmanian / binding.gyp
Created December 24, 2015 20:44
Debug for neon cli for eddyb
# THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT.
{
"target_defaults": {
"default_configuration": "Release"
},
"targets": [{
"target_name": "bitcoin_poc",
@zmanian
zmanian / fixtap.sh
Created January 18, 2016 22:01
Inadvertent three finger clicks in crouton on Pixel 2 fix
#!/bin/bash
synclient ClickFinger3=2
synclient TapButton3=2
@zmanian
zmanian / keybase.md
Last active February 11, 2016 07:53

Keybase proof

I hereby claim:

  • I am zmanian on github.
  • I am zmanian (https://keybase.io/zmanian) on keybase.
  • I have a public key ASB-utkMxWWWw5PJ7L4LbKoos78hYgLv_OKZd0QFnfe7yQo

To claim this, I am signing this object:

#Encrypted Communication things to learn about?

##ECC

  • What's the difference between X25519 and ed25519?

  • What are prekeys?

  • What is the difference between a deniable and irrepudiable shared secret?

Survey/ Review papers on Ring Learning with Error
http://www.cims.nyu.edu/~regev/papers/lwesurvey.pdf ( Very good introduction with diagrams)
https://www.imperialviolet.org/2015/12/24/rlwe.html
https://eprint.iacr.org/2015/939 (Insanely comprehensive)
Hybrid Protocols
https://eprint.iacr.org/2014/599 ( First shot at hybrid TLS)
https://eprint.iacr.org/2015/1092.pdf ( A New Hope) (Peter's Paper)