Changeset 0358c0 in git


Ignore:
Timestamp:
Mar 25, 2008, 4:54:04 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
db618b57f076b93edb2fcca076bc1a7838a14f1f
Parents:
701f0a0d4bc3ca76701b9d2a8148a2eb4b927dbb
Message:
*hannes: typo in decimal


git-svn-id: file:///usr/local/Singular/svn/trunk@10648 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/crypto.lib

    r701f0a0 r0358c0  
    11//GP, last modified 28.6.06
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: crypto.lib,v 1.3 2008-03-18 16:32:22 Singular Exp $";
     3version="$Id: crypto.lib,v 1.4 2008-03-25 15:54:04 Singular Exp $";
    44category="Teaching";
    55info="
     
    7474   bigint t=16;
    7575   bigint m=0;
    76    for(i=1;ii<=n;i++)
     76   for(i=1;i<=n;i++)
    7777   {
    7878      if(s[i]=="1"){k=1;}
Note: See TracChangeset for help on using the changeset viewer.