\documentclass[12pt,ifthen]{article} \usepackage{url} \newcommand{\lf}{\left\lfloor} \newcommand{\rf}{\right\rfloor} \newcommand{\lc}{\left\lceil} \newcommand{\rc}{\right\rceil} \newcommand{\Ceil}[1]{\left\lceil {#1}\right\rceil} \newcommand{\ceil}[1]{\left\lceil {#1}\right\rceil} \newcommand{\floor}[1]{\left\lfloor{#1}\right\rfloor} \newcommand{\abit }{\hat{a}} \newcommand{\bbit }{\hat{b}} \newcommand{\bits}[1]{\{0,1\}^{{#1}}} \newcommand{\nth}{n^{th}} \newif{\ifshowsoln} %\showsolntrue \newcommand{\und}{\_\_\_\_\_\_\_\_\_} \newcommand{\Z}{\mathbb{Z}} \usepackage{amsmath} \usepackage{amssymb} % for \nmid \begin{document} \centerline{\textbf{HW 9, Problem 2, REDO CMSC 456. DUE Dec 3}} \centerline{\textbf{NO extensions}} \ifshowsoln \centerline{\textbf{SOLUTIONS}} \fi {\textbf{NOTE- THE HW IS THREE PAGES LONG}} If you got $\le 20$ points on hw 09, Problem 2 then do the problem below. Your score on this will be added your HW09 score. Be CLEAR and CORRECT. You will get 0 points if your answer is unclear or incorrect. No regrade requests are allowed. Note that the max you can get is 20 points. Each part will be graded either full credit OR 0. \noindent {\bf PROBLEM:} Assume there is an $\alpha$-SES. From class we know we know that there is a $(t,L)$ secret sharing scheme with shares of size $\frac{n}{t} + \alpha n$. We state this as: With ONE iteration we get shares of size $\frac{n}{t} + \alpha n$. In class when going over the solution to hw09, problem 2, I proved: With TWO iteration we get shares of size $\frac{n}{t} + \frac{\alpha n}{t}+\alpha^2 n$. With THREE iteration we get shares of size $\frac{n}{t} + \frac{\alpha n}{t}+\frac{\alpha^2 n}{t}+ \alpha^3 n$. \begin{enumerate} \item (15 points) Give the protocol for $M$ iterations. Use the format on the slides that had the solution. \item (3 points) How short are the shares? Express how short the shares are in closed form, without a summation or a $\cdots$. \item (1 point) If $\alpha$ is fixed and $M$ goes to infinity, what does the expression approach? \item (1 point) If $M$ is fixed and $\alpha$ goes to zero, what does the expression approach? \end{enumerate} \end{document}