chiark / gitweb /
working on compiling out of troglodyte; before relegage maskmap
[chiark-tcl.git] / base / tables-examples.tct
index 1119be848826d20707401e43483a037da31eae98..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,58 +0,0 @@
-Type hb                                Tcl_Obj *
-Type hbv                       Tcl_Obj *
-
-Table hbytes
-Entries
-       raw2h
-               binary  obj
-               =>      hb
-       h2raw
-               hex     hex
-               =>      obj
-       prefix
-               v       hbv
-               ...
-       append
-               v       hbv
-               ...
-       concat
-               v       hbv
-               ...
-       unprepend
-               v       hbv
-               length  int
-               =>      hb
-       unappend
-               v       hbv
-               length  int
-               =>      hb
-       chopto
-               v       hbv
-               length  int
-               =>      hb
-       pkcs5
-               meth    enum(PadMethodInfo,padmethodinfos)
-               ...
-       blockcipher
-               encrypt charfrom("de")
-               v       hbv
-               alg     enum(BlockCipherAlgInfo,blockcipheralginfos)
-               mode    enum(BlockCipherModeInfo,blockciphermodeinfos)
-               ?iv     hb
-               =>      hb
-       hash
-               alg     enum(HashAlgInfo,hashalginfos)
-               message hb
-               =>      hb
-       hmac
-               alg     enum(HashAlgInfo,hashalginfos)
-               message hb
-               key     hb
-               maclen  int
-               =>      hb
-
-Table padmethodinfos
-       FuncArgs
-       Info
-               int algname;
-Entries