blockcipherinfo.nc

来自「tinyos密钥管理组件 用在tinyos仿真里的」· NC 代码 · 共 17 行

NC
17
字号

includes crypto;
interface BlockCipherInfo
{

  /**
   * Returns the preferred block size that this cipher operates with. 
   *
   * @return the preferred block size for this cipher. In the case where the
   *         cipher operates with multiple block sizes, this will pick one
   *         particular size (deterministically).
   */
  command uint8_t getPreferredBlockSize();
  
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?