mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-26 06:21:07 +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"
|
#include "cryb_mpi_impl.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Left-shift X by c bytes
|
* Left-shift X in place by c bits.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
mpi_lshift(cryb_mpi *X, unsigned int c)
|
mpi_lshift(cryb_mpi *X, unsigned int c)
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#include "cryb_mpi_impl.h"
|
#include "cryb_mpi_impl.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Right-shift X by c bytes
|
* Right-shift X in place by c bits.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
mpi_rshift(cryb_mpi *X, unsigned int c)
|
mpi_rshift(cryb_mpi *X, unsigned int c)
|
||||||
|
|
Loading…
Reference in a new issue