Craig McQueen

Results 45 comments of Craig McQueen

Thanks, that is helpful. But, I do have an additional question. Like the blog post I mentioned, which makes a handler function `welcome_handler()`, I will probably need to make a...

I think I may have worked it out. In your example, would I make a function: ``` rust async fn hello_handler(name: String) -> impl warp::Reply { HelloTemplate { name }...

Thanks! I'm sure it would be helpful to others to add your example to the documentation, as well as the handler function alternative.

Hmm it's a little tricky. I'm not a Boost expert so I'm a little unsure here... [Boost Unix Variants—Header-Only Libraries](http://www.boost.org/doc/libs/1_55_0/more/getting_started/unix-variants.html#header-only-libraries) says > Boost.Random has a binary component which is only...

Sorry, I edited my comment around the same time you commented I think. So you do think it's okay to have two macros for this case?

See also: - [Advanced Encryption Standard - AES-128 - TI Software Folder](http://www.ti.com/tool/aes-128) - [AVR-AES - dominik.cc](http://dominik.cc/projekty/avr-aes/) - [opentrv/OTAESGCM](https://github.com/opentrv/OTAESGCM)

@TunaBicim said: > I have been using the library on a new project and I can say that in place encode works if put the data on the buffer with...

*Original comment by* **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)**: ---------------------------------------- Yes, this could be done. Encoding would require a 254-byte state buffer (plus probably a few more bytes for state/counters/flags)....

*Original comment by* **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)**: ---------------------------------------- In progress. See the [COBS API documentation](https://bitbucket.org/cmcqueen1975/cobs-c/wiki/CobsAPI).

*Original comment by* **Craig McQueen (Bitbucket: [cmcqueen1975](https://bitbucket.org/cmcqueen1975), GitHub: Unknown)**: ---------------------------------------- I'm looking into it. I have tried [embunit](http://embunit.sourceforge.net/), but found it unsatisfactory for a few [reasons](https://sourceforge.net/tracker/?func=detail&aid=3030303&group_id=89622&atid=590783).