From 738b90188da46f401c59b789d4494f519b20a787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 19 Jun 2020 13:04:06 -0400 Subject: [PATCH] add build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b8d9f..394fb78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## The OPAQUE key exchange protocol +## The OPAQUE key exchange protocol ![Build Status](https://github.com/novifinancial/opaque-ke/workflows/Rust%20CI/badge.svg) [OPAQUE](https://eprint.iacr.org/2018/163.pdf) is an asymmetric password-authenticated key exchange protocol. It allows a client to authenticate to a server using a password, without ever having to expose the plaintext password to the server.