UNPKG

@newfadel/libsignal-node

Version:

Signal protocol implementation for Node.js - A ratcheting forward secrecy protocol for secure messaging

7 lines (5 loc) 85 B
const ChainType = { SENDING: 1, RECEIVING: 2 }; module.exports = ChainType;