mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-25 22:11:08 +00:00
Correct function descriptions.
This commit is contained in:
parent
2a66f62078
commit
111efcb949
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "cryb_mpi_impl.h"
|
||||
|
||||
/*
|
||||
* Left-shift X by c bytes
|
||||
* Left-shift X in place by c bits.
|
||||
*/
|
||||
int
|
||||
mpi_lshift(cryb_mpi *X, unsigned int c)
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "cryb_mpi_impl.h"
|
||||
|
||||
/*
|
||||
* Right-shift X by c bytes
|
||||
* Right-shift X in place by c bits.
|
||||
*/
|
||||
int
|
||||
mpi_rshift(cryb_mpi *X, unsigned int c)
|
||||
|
|
Loading…
Reference in a new issue