Re: [Algorithms] Message signature in token ring
Brought to you by:
vexxed72
From: Javier A. <ja...@py...> - 2003-04-17 18:46:58
|
Thierry Tremblay wrote: > The Windows CryptoAPI provides standard compliant implementation of > well known cryptographic algorithms (RSA, 3DES, RC2, SHA, MD5, ...). > So I am quite curious as to why everyone is talking about portability > issues, there is none. The point is that if you are writing a game for several platforms, using a platform-specific API in one of your targets doesn't help when you need to get it working in another target that doesn't have such an API. If you're going to use a full source code implementation in one target (possibly an open-source implementation), you might just use it in all of them. |