| 1600 | randbytes((void * const)&random, 32); |
| 1601 | /* generate static tor node address, take first 32 bytes from secret of node_id plus 32 random bytes from sodiom */ |
| 1602 | struct sha256 sha; |
| 1603 | struct secret ss; |
| 1604 | |
| 1605 | ecdh(&pb, &ss); |
no outgoing calls
no test coverage detected