From eda1edd07f03dea04d30445308813af273b57454 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 19 Jul 2010 10:35:59 -0700 Subject: [PATCH] Add todo item --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 3647a412d3..80a7f25053 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,6 @@ - tab completion interface - SSL should be factored out of net.js into standalone stream object - base64 write and toString for buffers +- node_crypto, support for Buffer in update function of Cipher, Decipher, + Hmac, Sign, Verify. See 9a26946aaa99a3f27905d5ba91220784e864e5d0 for an + example of how to do it.