diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-12-21 08:39:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-21 08:39:25 +0700 |
commit | 07bea3e22db2247a524d4278536ced87abc7cbd6 (patch) | |
tree | 80544b62394f2777fec7065c1f0e5c065ac333d2 /libraries/libdvbcsa/README | |
parent | 309dcc661bbaa6adbd96f219e1f24edb5d81d185 (diff) | |
download | slackbuilds-07bea3e22db2247a524d4278536ced87abc7cbd6.tar.gz |
libraries/libdvbcsa: Added (DVB Common Scrambling Algorithm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdvbcsa/README')
-rw-r--r-- | libraries/libdvbcsa/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libdvbcsa/README b/libraries/libdvbcsa/README new file mode 100644 index 0000000000..485749e620 --- /dev/null +++ b/libraries/libdvbcsa/README @@ -0,0 +1,5 @@ +libdvbcsa is a free and portable implementation of the DVB Common +Scrambling algorithm with decryption and encryption capabilities. + +It comes in two flavors: a classical single packet implementation and +a faster parallel bitslice implementation. |