Annotation of rpl/src/chiffrement.c, revision 1.1

1.1     ! bertrand    1: /*
        !             2: ================================================================================
        !             3:   RPL/2 (R) version 4.0.12
        !             4:   Copyright (C) 1989-2010 Dr. BERTRAND Joël
        !             5: 
        !             6:   This file is part of RPL/2.
        !             7: 
        !             8:   RPL/2 is free software; you can redistribute it and/or modify it
        !             9:   under the terms of the CeCILL V2 License as published by the french
        !            10:   CEA, CNRS and INRIA.
        !            11:  
        !            12:   RPL/2 is distributed in the hope that it will be useful, but WITHOUT
        !            13:   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
        !            14:   FITNESS FOR A PARTICULAR PURPOSE.  See the CeCILL V2 License
        !            15:   for more details.
        !            16:  
        !            17:   You should have received a copy of the CeCILL License
        !            18:   along with RPL/2. If not, write to info@cecill.info.
        !            19: ================================================================================
        !            20: */
        !            21: 
        !            22: 
        !            23: #include "rpl.conv.h"
        !            24: 
        !            25: 
        !            26: /*
        !            27: ================================================================================
        !            28:   Calcul des sommes de contrôle avant le lancement d'un exécutable
        !            29:   de la famille RPL/2 (rpliconv, rplconvert, rplfile et rplpp).
        !            30: ================================================================================
        !            31:   Entrée :
        !            32:    - chaîne de caractères sur le fichier à contrôler
        !            33:    - chaîne de caractères contenant la somme à contrôler
        !            34:    - type de somme de contrôle
        !            35: --------------------------------------------------------------------------------
        !            36:   Sortie : drapeau
        !            37: --------------------------------------------------------------------------------
        !            38:   Effets de bord : néant
        !            39: ================================================================================
        !            40: */
        !            41: 
        !            42: // vim: ts=4

CVSweb interface <joel.bertrand@systella.fr>