[Pkg-javascript-commits] [node-browserify-aes] 91/92: Fix description
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Jun 4 09:35:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browserify-aes.
commit c1faf5ee72ac78e7e08dae4cb2d7398d1a1a4504
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Jun 4 11:29:43 2017 +0200
Fix description
---
debian/changelog | 2 +-
debian/control | 17 ++++++++++++++---
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4587119..69a7c4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
node-browserify-aes (1.0.6-1) UNRELEASED; urgency=low
- [ FIX_ME debian author Sat, 27 May 2017 14:15:18 +0200 ]
+ [ Bastien Roucariès <rouca at debian.org> Sat, 27 May 2017 14:15:18 +0200 ]
* Initial release (Closes: #nnnn)
[ bastien ]
diff --git a/debian/control b/debian/control
index 2a29563..46e73e4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: node-browserify-aes
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: FIX_ME debian author
+Uploaders: Bastien Roucariès <rouca at debian.org>
Build-Depends:
debhelper (>= 10)
, dh-buildinfo
@@ -28,7 +28,18 @@ Depends:
, node-cipher-base (>= 1.0.0)
, node-inherits (>= 2.0.1)
, node-buffer-xor (>= 1.0.2)
-Description: aes, for browserify
- FIX_ME long description
+Description: AES implementation written in pure javascript
+ The Advanced Encryption Standard (AES), also known by its original
+ name Rijndael is an algorithm for the encryption of data
+ established by the U.S. National Institute of Standards and
+ Technology (NIST).
+ .
+ The algorithm described by AES is a symmetric-key algorithm,
+ meaning the same key is used for both encrypting and decrypting the data.
+ AES is based on a design principle known as a substitution-permutation
+ network, a combination of both substitution and permutation.
+ Unlike its predecessor DES, AES does not use a Feistel network.
+ AES is a variant of Rijndael which has a fixed block size of 128 bits,
+ and a key size of 128, 192, or 256 bits
.
Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-aes.git
More information about the Pkg-javascript-commits
mailing list