aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/types.h
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-48/+0
|
* Include <cstdint> in types.h and include uintX_t in namespace, use for our ↵lloyd2014-01-011-23/+12
| | | | typedefs
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-0/+1
| | | | | | This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates.
* long long is standard nowlloyd2011-06-171-9/+1
|
* Use size_t in filterslloyd2010-10-121-1/+1
| | | | | This breaks API for anyone creating their own Filter types, but it had to happen eventually.
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-0/+1
|
* Doxygenlloyd2010-06-211-0/+20
|
* Add a simple comment for the Botan namespace decl in types.h. Thislloyd2010-06-211-0/+3
| | | | | triggers Doxygen generating warnings for global functions declared in the namespace that aren't documented.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-4/+6
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move declaration of StreamCipher to stream_cipher.hlloyd2008-11-081-0/+2
|
* More headers (loadstore, mem_ops, rotate, types) for util modulelloyd2008-09-281-0/+38