Changeset 2640

Show
Ignore:
Timestamp:
03/10/08 13:22:29 (9 months ago)
Author:
ogorod
Message:

imolemented sha256 sha512 hash algoritm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tendra/src/producers/ada/libgela/gela-repository-dictionary.ads

    r2638 r2640  
    1010 
    1111with Ada.Finalization; 
    12 with Gela.Hash.CRC_16; 
     12with Gela.Hash.CRC.b16; 
    1313 
    1414package Gela.Repository.Dictionary is 
     
    3131private 
    3232 
    33    type ID is new Gela.Hash.CRC_16.CRC_Type
     33   type ID is new Gela.Hash.CRC.b16.CRC16
    3434 
    3535   type Gela_Dictionary is abstract