SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
Loading...
Searching...
No Matches
BitBuffer Class Reference

#include <BitBuffer.hpp>

Public Member Functions

 BitBuffer ()
 
int getBitLength () const
 
std::vector< uint8_t > getBytes () const
 
void appendBits (uint32_t val, int len)
 
void appendData (const QrSegment &seg)
 

Detailed Description

Definition at line 37 of file BitBuffer.hpp.

Constructor & Destructor Documentation

◆ BitBuffer()

BitBuffer ( )

Definition at line 29 of file BitBuffer.cpp.

Member Function Documentation

◆ appendBits()

void appendBits ( uint32_t val,
int len )

Definition at line 44 of file BitBuffer.cpp.

Here is the caller graph for this function:

◆ appendData()

void appendData ( const QrSegment & seg)

Definition at line 55 of file BitBuffer.cpp.

Here is the caller graph for this function:

◆ getBitLength()

int getBitLength ( ) const

Definition at line 34 of file BitBuffer.cpp.

Here is the caller graph for this function:

◆ getBytes()

std::vector< uint8_t > getBytes ( ) const

Definition at line 39 of file BitBuffer.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: