intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
446 stars 156 forks source link

Fix test #27

Open rob-brown opened 7 years ago

rob-brown commented 7 years ago

The test was using the larger buffer size (80) when it should have been using the smaller size (64). The source code remains unchanged.