I hereby claim:
- I am nestor94 on github.
- I am nestoracklen (https://keybase.io/nestoracklen) on keybase.
- I have a public key ASCkME92y58OvlDpwdfDj0WqvbNxgG4l7C0-MkCLFsnQqAo
To claim this, I am signing this object:
| syntax = "proto3"; | |
| package calculator; | |
| option go_package="calculatorpb"; | |
| message Calculator { | |
| int32 first_number = 1; | |
| int32 second_number = 2; | |
| } | 
I hereby claim:
To claim this, I am signing this object:
| // This shows an example of how to generate a SSH RSA Private/Public key pair and save it locally | |
| package main | |
| import ( | |
| "crypto/rand" | |
| "crypto/rsa" | |
| "crypto/x509" | |
| "encoding/pem" | |
| "golang.org/x/crypto/ssh" |