Chromium Code Reviews| Index: crypto/secure_hash.h |
| =================================================================== |
| --- crypto/secure_hash.h (revision 89083) |
| +++ crypto/secure_hash.h (working copy) |
| @@ -7,12 +7,13 @@ |
| #pragma once |
| #include "base/basictypes.h" |
| +#include "crypto/crypto_api.h" |
| namespace crypto { |
| // A wrapper to calculate secure hashes incrementally, allowing to |
| // be used when the full input is not known in advance. |
| -class SecureHash { |
| +class CRYPTO_API SecureHash { |
| public: |
| enum Algorithm { |
| SHA256, |