From ee0422daa9fc5d6d3cbcc63331842777159848d7 Mon Sep 17 00:00:00 2001 From: Zhiyi Zhang Date: Mon, 29 Mar 2021 10:46:14 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c40d003..fb37015 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # NAC-ABE: Named-based Access Control with Attribute-based Encryption +[![Build Status](https://travis-ci.org/Zhiyi-Zhang/NAC-ABE.svg?branch=master)](https://travis-ci.org/Zhiyi-Zhang/NAC-ABE) + ## 1. Overview Named Data Networking Attribute-based Encryption Support Library: **NAC-ABE** -[![Build Status](https://travis-ci.org/Zhiyi-Zhang/NAC-ABE.svg?branch=master)](https://travis-ci.org/Zhiyi-Zhang/NAC-ABE) - The publication of this work is [NAC: Automating Access Control via Named Data](https://arxiv.org/abs/1902.09714) on IEEE MILCOM 2018. To cite the work, you can use the following Bibtex entry. @@ -215,4 +215,4 @@ Then it uses its decryption key (DKEY) to decrypt the CK, then use the CK to dec ## 4 Issue Report If you have any problems or want to do bug report. -Please submit a GitHub issue. \ No newline at end of file +Please submit a GitHub issue.