[cryptopp-users] MiB/s and Cycles/Byte / Ms/Op and MegaCycles/Op difference

2020-12-11 Thread Inês
Hello, Can anyone explain my the difference between MiB/s and Cycles/Byte / Ms/Op and MegaCycles/Op? And what does each measure represent? Also, I have another question, regarding the value of these measure. For a good performance of an algorithm what values should we expect? Lower MiB/s and lo

[cryptopp-users] governor.sh

2020-12-09 Thread Inês
Hello, Does anyone know why when I run ./governor.sh script sudo ./governor.sh performance I get this error: Failed to read CPU system device tree -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http

Re: [cryptopp-users] Help with Crypto++

2020-12-06 Thread Inês
And monitor the data lenght. I am trying to build a graph like this On Friday, December 4, 2020 at 12:02:08 PM UTC Inês wrote: > @Jeffrey Can you help me with something? Is it possible to see the memory > usage of the executed algorithms? > > On Thursday, December 3, 2020 at 3:

Re: [cryptopp-users] Help with Crypto++

2020-12-04 Thread Inês
@Jeffrey Can you help me with something? Is it possible to see the memory usage of the executed algorithms? On Thursday, December 3, 2020 at 3:58:12 PM UTC Inês wrote: > Why does RSA have different metrics (Milliseconds/Op and Megabytes/Op and > how it differs from the other as AES

Re: [cryptopp-users] Help with Crypto++

2020-12-03 Thread Inês
Why does RSA have different metrics (Milliseconds/Op and Megabytes/Op and how it differs from the other as AES? On Thursday, December 3, 2020 at 2:17:54 AM UTC Jeffrey Walton wrote: > On Wed, Dec 2, 2020 at 9:35 AM Inês wrote: > > > > I solved by reducing the time of each cycl

Re: [cryptopp-users] Help with Crypto++

2020-12-02 Thread Inês
I solved by reducing the time of each cyle. One more question, is it possible to had algorithms to this library? I need PRESENT and RSA algorithms benchmarks On Saturday, November 28, 2020 at 12:37:59 PM UTC Jeffrey Walton wrote: > On Fri, Nov 27, 2020 at 7:33 PM Inês wrote: > > >

Re: [cryptopp-users] Help with Crypto++

2020-11-29 Thread Inês
I've tried this one: LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH} ./cryptest.exe b 60 2.1 and still got the error though... "Exception caught: AES/GCM: message length exceeds maximum" On Sunday, November 29, 2020 at 12:06:33 PM UTC Inês wrote: > nice that worked! Is there any w

Re: [cryptopp-users] Help with Crypto++

2020-11-29 Thread Inês
ov 28, 2020, at 20:03, Inês wrote: > > Can you give me some help? I am so confused. > > > > On Saturday, November 28, 2020 at 12:37:59 PM UTC Jeffrey Walton wrote: > >> On Fri, Nov 27, 2020 at 7:33 PM Inês wrote: >> > >> > I am new to Crypto++ and I

Re: [cryptopp-users] Help with Crypto++

2020-11-28 Thread Inês
Can you give me some help? I am so confused. On Saturday, November 28, 2020 at 12:37:59 PM UTC Jeffrey Walton wrote: > On Fri, Nov 27, 2020 at 7:33 PM Inês wrote: > > > > I am new to Crypto++ and I'm having some problems, I'd like to know if > you could give me

Re: [cryptopp-users] Help with Crypto++

2020-11-28 Thread Inês
Isn't cryptest inside the library? I have the most recent library version On Saturday, November 28, 2020 at 12:37:59 PM UTC Jeffrey Walton wrote: > On Fri, Nov 27, 2020 at 7:33 PM Inês wrote: > > > > I am new to Crypto++ and I'm having some problems, I'd like t

[cryptopp-users] Help with Crypto++

2020-11-27 Thread Inês
Hi everyone, I am new to Crypto++ and I'm having some problems, I'd like to know if you could give me some help. The matter is the following, I have already compiled/installed crypto++ which I've cloned from github. Now, while running this command "cryptest tv chacha" the following errors app