• zelig's avatar
    rewrite to comply with latest spec · b855f671
    zelig authored
    - correct sizes for the blocks : sec signature 65, ecies sklen 16, keylength 32
    - added allocation to Xor (should be optimized later)
    - no pubkey reader needed, just do with copy
    - restructuring now into INITIATE, RESPOND, COMPLETE -> newSession initialises the encryption/authentication layer
    - crypto identity can be part of client identity, some initialisation when server created
    b855f671
Name
Last commit
Last update
..
client_identity.go Loading commit data...
client_identity_test.go Loading commit data...
crypto.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
nat.go Loading commit data...
natpmp.go Loading commit data...
natupnp.go Loading commit data...
peer.go Loading commit data...
peer_error.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
protocol_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
testlog_test.go Loading commit data...
testpoc7.go Loading commit data...