Commit Graph

11 Commits

Author SHA1 Message Date
Tomasz Sowa 70a30f4c7c src/Makefile.dep
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1174 e52654a7-88a9-db11-a3e9-0013d4bc506e
2019-03-06 18:20:46 +00:00
Tomasz Sowa ff5381cfa9 added: AES: encoding/decoding CBC mode with PKCS7 padding
added: base32 encoding/decoding




git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1159 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-12-07 05:06:34 +00:00
Tomasz Sowa 575ba9f6bd changed: Makefile.o.dep
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1113 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-05-25 17:23:01 +00:00
Tomasz Sowa 8d446b60a6 changed: using relative paths calculated with relative_path now
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@1033 e52654a7-88a9-db11-a3e9-0013d4bc506e
2016-03-18 09:25:47 +00:00
Tomasz Sowa 551b8d3f17 instead of directly using 'ar' program we are using the AR macro now
(which defaults to 'ar' if you do not define it)




git-svn-id: svn://ttmath.org/publicrep/tito/trunk@992 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-11-12 04:12:13 +00:00
Tomasz Sowa 29e36a1571 removed: svn:executable attribute from files
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@986 e52654a7-88a9-db11-a3e9-0013d4bc506e
2014-11-01 17:12:17 +00:00
Tomasz Sowa d10bfc9a37 added: -I../../pikotools flag when compiling
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@443 e52654a7-88a9-db11-a3e9-0013d4bc506e
2013-10-15 23:49:06 +00:00
Tomasz Sowa 23b06ec094 changed: in Crypto::Crypt()
MSVC compiler in debug mode reports accessing to vector[0] element (assertion)
         when the vector was empty
         (we took only a pointer without dereferencing)
         now we are using a dummy char object in such a case


git-svn-id: svn://ttmath.org/publicrep/tito/trunk@398 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-03-30 04:24:52 +00:00
Tomasz Sowa a5a0201ec1 added: to crypto:
bool Crypt(const std::string & in, std::string & out)
       bool Decrypt(const std::string & in, std::string & out)


git-svn-id: svn://ttmath.org/publicrep/tito/trunk@396 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-03-08 13:54:21 +00:00
Tomasz Sowa ddd6ebd637 some workarond for MS Visual
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@385 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-02-15 07:45:56 +00:00
Tomasz Sowa b97d237ead moved files from tito/trunk to tito/trunk/src
git-svn-id: svn://ttmath.org/publicrep/tito/trunk@377 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-01-12 02:53:55 +00:00