X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=crypto%2Fcrypto.tct;h=37794db530a7d6cf7fc855c64721cb7ab50f87f7;hb=702fa61a0538c3e49bfd8205fcf2783f8f8e1741;hp=d12472ffe2dbd89d0da7886cc8d5886db6c13ce5;hpb=5dca360f2da544c9b6baf9d18ad8cd0b0e073e60;p=chiark-tcl.git diff --git a/crypto/crypto.tct b/crypto/crypto.tct index d12472f..37794db 100644 --- a/crypto/crypto.tct +++ b/crypto/crypto.tct @@ -1,5 +1,5 @@ # crypto - Tcl bindings for parts of the `nettle' crypto library -# Copyright 2006 Ian Jackson +# Copyright 2006-2012 Ian Jackson # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -12,19 +12,16 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . Table *hbcryptotoplevel TopLevel_Command hbcrypto - subcmd enum(HBCrypto/_SubCommand, "hbcrypto subcommand") - ... obj + dispatch(HBCrypto/_SubCommand, "hbcrypto subcommand") Table hbcrypto HBCrypto_SubCommand pad - op enum(PadOp/, "hbytes pad subcommand") + op enum(PadOp/, "hbcrypto pad subcommand") v hbv blocksz obj meth enum(PadMethodInfo/, "pad method") @@ -36,6 +33,20 @@ Table hbcrypto HBCrypto_SubCommand alg enum(HashAlgInfo/, "hash alg") message hb => hb + hash-init + alg enum(HashAlgInfo/, "hash alg") + => iddata(&cht_hash_states) + hash-update + stateh iddata(&cht_hash_states) + message hb + hash-final + stateh iddata(&cht_hash_states) + => hb + hash-discard + stateh iddata(&cht_hash_states) + hash-clonestate + stateh iddata(&cht_hash_states) + => iddata(&cht_hash_states) hmac alg enum(HashAlgInfo/, "hash alg for hmac") message hb