[Ffmpeg-devel] [PATCH] OAEP

Vladimir Serbinenko phcoder
Fri Mar 16 13:20:26 CET 2007


Hello
Michael Niedermayer a ?crit :
> Hi
>
>   
>   
> well *malloc() and *free() need time, a temporary buffer allocated outside
> would be faster, though i dont know how often this function gets called so
> maybe the malloc() time is negligible?
> if its negligible then iam fine with leaving the av_malloc() call in there
>
>   
This function is called only after RSA. And RSA is already slow by
itself and rarely used: only to exchange symetrical keys. So it's negligible
> [...]
>   
>>
>
> well that is strange as the sha1 code passes its own selftest as it is
> so please provide more information on what does not work
>
> [...]
>   
I don't know exactly but once I compile it in libavutil it was giving
strange results until I replaced be2me with AV_WB
Vladimir 'phcoder' Serbinenko




More information about the ffmpeg-devel mailing list