2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-03-28 09:13:29 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Michael Brown
a3219b24a8 [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
The various types of cryptographic algorithm are fundamentally
different, and it was probably a mistake to try to handle them via a
single common type.

pubkey_algorithm is a placeholder type for now.
2009-02-18 22:17:41 +00:00
Michael Brown
9aa61ad5a2 Add per-file error identifiers 2007-07-24 17:11:31 +01:00
Michael Brown
f5776dbef1 Fix prototypes 2007-02-01 02:18:56 +00:00
Michael Brown
0d07657296 Added setiv method 2007-01-31 17:58:36 +00:00
Michael Brown
a008f9e85b Add null crypto algorithm 2007-01-31 03:04:31 +00:00
Michael Brown
811db204a6 Added cipher wrapper functions 2007-01-30 22:54:20 +00:00
Michael Brown
db2fde474e Generalise digest_algorithm to crypto_algorithm. 2007-01-30 14:55:17 +00:00
Michael Brown
fdaddd969a Added "name" field to digest algorithms 2006-11-21 16:14:50 +00:00
Michael Brown
1ddfce2308 Generalisation of a message digest algorithm 2006-09-11 16:29:45 +00:00