UNPKG

libsignal

Version:

Open Whisper Systems' libsignal for Node.js

8 lines (5 loc) 80 B
const BaseKeyType = { OURS: 1, THEIRS: 2 }; module.exports = BaseKeyType;