#include "../include/zmq.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
|
const char | client_prvkey [] = "9R9bV}[6z6DC-%$!jTVTKvWc=LEL{4i4gzUe$@Zx" |
|
const char | client_pubkey [] = "<n^oA}I:66W+*ds3tAmi1+KJzv-}k&fC2aA5Bj0K" |
|
const char | server_pubkey [] = "DX4nh=yUn{-9ugra0X3Src4SU-4xTgqxcYY.+<SH" |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ client_prvkey
const char client_prvkey[] = "9R9bV}[6z6DC-%$!jTVTKvWc=LEL{4i4gzUe$@Zx" |
◆ client_pubkey
const char client_pubkey[] = "<n^oA}I:66W+*ds3tAmi1+KJzv-}k&fC2aA5Bj0K" |
◆ server_pubkey
const char server_pubkey[] = "DX4nh=yUn{-9ugra0X3Src4SU-4xTgqxcYY.+<SH" |