Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veorq committed Jan 10, 2020
1 parent 1151c4a commit 61c2f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Introduction

This repository provides the `e4` Go package, the client library for [Teserakt's E4](https://teserakt.io/e4.html), and end-to-end encryption and key management framework for MQTT and other publish-subscribe protocols.
This repository provides the `e4` Go package, the client library for [Teserakt's E4](https://teserakt.io/e4), and end-to-end encryption and key management framework for MQTT and other publish-subscribe protocols.

The `e4` package defines a `Client` object that has a minimal interface, making its integration straightforward via the following methods:
* `ProtectMessage(payload []byte, topic string)` takes a cleartext payload to protect and the associated topic, and returns a `[]byte` that is the payload encrypted and authenticated with the topic's key.
Expand Down

0 comments on commit 61c2f17

Please sign in to comment.