carrier 0.12.2

carrier is a generic secure message system for IoT
# http://notesofaprogrammer.blogspot.com/2014/11/bibtex-entries-for-ietf-rfcs-and.html

@techreport{RFC2401,
  author = {S. Kent and R. Atkinson},
  title = {Security Architecture for the Internet Protocol},
  howpublished = {Internet Requests for Comments},
  type = {RFC},
  number = {2401},
  year = {1998},
  month = {November},
  issn = {2070-1721},
  publisher = {RFC Editor},
  institution = {RFC Editor},
}

@techreport{NOISE,
    author  = {Trevor Perrin},
    title   = "The Noise Protocol Framework",
    version = "Revision 34",
    year    = 2018,
    month   = 07,
    day     = 11,
    url     = "http://noiseprotocol.org/noise.pdf",
}


@techreport{WIREGUARD,
    author  = {Jason A. Donenfeld},
    title   = "WireGuard: Next Generation Kernel Network Tunnel",
    year    = 2018,
    month   = 06,
    day     = 30,
    url     = "https://www.wireguard.com/papers/wireguard.pdf",
}

@techreport{quic-recovery-13,
  author = {Jana Iyengar and Ian Swett},
  title = {QUIC Loss Detection and Congestion Control},
  howpublished = {Working Draft},
  type = {Internet-Draft},
  number = {draft-ietf-quic-recovery-13},
  year = {2018},
  month = {June},
  institution = {IETF Secretariat},
  url = {http://www.ietf.org/internet-drafts/draft-ietf-quic-recovery-13.txt},
  note = {\url{http://www.ietf.org/internet-drafts/draft-ietf-quic-recovery-13.txt}},
}

@techreport{quic-transport-13,
  author = {Jana Iyengar and Martin Thomson},
  title = {QUIC: A UDP-Based Multiplexed and Secure Transport},
  howpublished = {Working Draft},
  type = {Internet-Draft},
  number = {draft-ietf-quic-transport-13},
  year = {2018},
  month = {June},
  institution = {IETF Secretariat},
  url = {http://www.ietf.org/internet-drafts/draft-ietf-quic-transport-13.txt},
  note = {\url{http://www.ietf.org/internet-drafts/draft-ietf-quic-transport-13.txt}},
}

@techreport{MQTT,
    author  = {Andrew Banks and Rahul Gupta},
    title   = "MQTT Version 3.1.1",
    version = "3.1.1",
    year    = 2014,
    month   = 10,
    day     = 29,
    url     = "http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.pdf",
}