]> AND Private Git Repository - Cipher_code.git/blob - IDA_new/jerasure/Examples/encode_decode.sh
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Merge branch 'master' of ssh://info.iut-bm.univ-fcomte.fr/Cipher_code
[Cipher_code.git] / IDA_new / jerasure / Examples / encode_decode.sh
1 #!/bin/bash -e
2 #
3 # Copyright (C) 2014 Red Hat <contact@redhat.com>
4 #
5 # Author: Loic Dachary <loic@dachary.org>
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU Library Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU Library Public License for more details.
16 #
17 trap "rm -fr T Coding"  EXIT
18
19 dd if=/dev/urandom of=T bs=4096 count=1
20 ./encoder T 3 2 reed_sol_van 8 0  0
21 ./decoder T