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:58:12 PM UTC

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? > On

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 cycle. > > That was

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

2020-12-02 Thread Jeffrey Walton
On Wed, Dec 2, 2020 at 9:35 AM Inês wrote: > > I solved by reducing the time of each cycle. That was probably a good choice. 60 seconds was a bit much. I've found 3 seconds is enough to gather a good statistic. Also see https://www.cryptopp.com/wiki/Benchmarks. > One more question, is it

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: > > > > I am new

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 way to set the path

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

2020-11-29 Thread Inês
nice that worked! Is there any way to set the path so that I don-t have to run all that command everytime? On Sunday, November 29, 2020 at 2:26:48 AM UTC Mouse wrote: > Run cryptest.exe like this: > > LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH} ./cryptest.exe TV all > > > > On Nov 28, 2020, at 20:03,

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

2020-11-28 Thread Uri Blumenthal
Run cryptest.exe like this: LD_LIBRARY_PATH=.:${LD_LIBRARY_PATH} ./cryptest.exe TV all > On Nov 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

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 some help. The matter is the

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 to know if > you could give me

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

2020-11-28 Thread Jeffrey Walton
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 some help. The matter is the following, I have already > compiled/installed crypto++ which I've cloned from github. > > Now, while running this command

[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