From f4c632fcbe6204649be6462292a320314561b6ef Mon Sep 17 00:00:00 2001 From: Bruce Doan Date: Mon, 24 Aug 2015 08:43:27 +0700 Subject: [PATCH] Added package xxtea --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d526264..fa17bf0 100644 --- a/packages.json +++ b/packages.json @@ -3085,5 +3085,19 @@ "description": "PF_RING wrapper for Nim", "license": "MIT", "web": "https://github.com/rgv151/pfring.nim" + }, + { + "name": "xxtea", + "url": "https://github.com/rgv151/xxtea.nim", + "method": "git", + "tags": [ + "xxtea", + "encrypt", + "decrypt", + "crypto" + ], + "description": "XXTEA wrapper for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/xxtea.nim" } ]